SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "paper-gtk-theme"

# SliTaz package receipt.

PACKAGE="paper-gtk-theme"
VERSION="2.1.0"
CATEGORY="customization"
SHORT_DESC="Modern desktop theme suite."
MAINTAINER="al.bobylev@gmail.com"
LICENSE="GPL3"
WEB_SITE="https://snwh.org/paper/"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://github.com/snwh/$PACKAGE/archive/v$VERSION/$TARBALL"

HOST_ARCH="any"

DEPENDS="gtk2-engine-murrine"
BUILD_DEPENDS="autoconf automake"

current_version()
{
    wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    chmod a+x autogen.sh
    ./autogen.sh &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/*    $fs
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)