# SliTaz package receipt. PACKAGE="murrine-themes" VERSION="0.98.6ubuntu1" CATEGORY="customization" SHORT_DESC="Themes for GTK2 engine Murrine" MAINTAINER="al.bobylev@gmail.com" LICENSE="CC-BY-SA-3" WEB_SITE="https://launchpad.net/murrine-themes" TARBALL="${PACKAGE}_$VERSION.tar.gz" WGET_URL="https://launchpad.net/ubuntu/+archive/primary/+files/$TARBALL" HOST_ARCH="any" DEPENDS="gtk2-engine-murrine" BUILD_DEPENDS="" # What is the latest version available today? current_version() { wget -O - https://github.com/Pardus-Kurumsal/murrine-themes/tags 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $src/usr $fs find $fs -type f -exec chmod 644 \{\} \; }