
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" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/tag\//!d;s|.*tag/v*||;s|".*||;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 }
6011 packages and 861664 files in cooking database (Thu May 8 00:03:10 2025)