wok annotate rcssmin/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents
children 2f230197370e
rev   line source
al@18686 1 # SliTaz package receipt.
al@18686 2
al@18686 3 PACKAGE="rcssmin"
al@18686 4 VERSION="1.0.6"
al@18686 5 CATEGORY="development"
al@18686 6 SHORT_DESC="rCSSmin is a CSS minifier written in Python"
al@18686 7 MAINTAINER="al.bobylev@gmail.com"
al@18686 8 LICENSE="Apache"
al@18686 9 WEB_SITE="http://opensource.perlig.de/rcssmin/"
al@18686 10 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@18686 11 WGET_URL="http://storage.perlig.de/rcssmin/$TARBALL"
al@18686 12
al@18686 13 DEPENDS="python"
al@18686 14 BUILD_DEPENDS="python-dev"
al@18686 15
al@18686 16 # Rules to configure and make the package.
al@18686 17 compile_rules()
al@18686 18 {
al@18686 19 python setup.py install --root=$install
al@18686 20 }
al@18686 21
al@18686 22 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18686 23 genpkg_rules()
al@18686 24 {
al@18686 25 cp -a $install/* $fs
al@18686 26 }