wok-next diff rcssmin/receipt @ rev 21111

gdbm: split to "libpkg - pkg - pkg-dev"; fix some symlinks
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 11 14:45:46 2019 +0200 (2019-01-11)
parents bc08d1b89c0f
children
line diff
     1.1 --- a/rcssmin/receipt	Thu Dec 10 01:58:32 2015 +0200
     1.2 +++ b/rcssmin/receipt	Fri Jan 11 14:45:46 2019 +0200
     1.3 @@ -1,26 +1,23 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="rcssmin"
     1.8  VERSION="1.0.6"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="rCSSmin is a CSS minifier written in Python"
    1.11 +SHORT_DESC="CSS minifier written in Python"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="Apache"
    1.14  WEB_SITE="http://opensource.perlig.de/rcssmin/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17  WGET_URL="http://storage.perlig.de/rcssmin/$TARBALL"
    1.18  
    1.19 -DEPENDS="python"
    1.20  BUILD_DEPENDS="python-dev"
    1.21  
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	python setup.py install --root=$install
    1.26 +compile_rules() {
    1.27 +	python -B setup.py install --root=$install
    1.28  }
    1.29  
    1.30 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 -genpkg_rules()
    1.32 -{
    1.33 +genpkg_rules() {
    1.34  	cp -a $install/* $fs
    1.35 +	DEPENDS="python"
    1.36  }