wok-next view rcssmin/receipt @ rev 21436
updated rdesktop again (1.8.3 -> 1.9.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue May 05 10:21:42 2020 +0100 (2020-05-05) |
parents | bc08d1b89c0f |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="rcssmin"
4 VERSION="1.0.6"
5 CATEGORY="development"
6 SHORT_DESC="CSS minifier written in Python"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="Apache"
9 WEB_SITE="http://opensource.perlig.de/rcssmin/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="http://storage.perlig.de/rcssmin/$TARBALL"
14 BUILD_DEPENDS="python-dev"
16 compile_rules() {
17 python -B setup.py install --root=$install
18 }
20 genpkg_rules() {
21 cp -a $install/* $fs
22 DEPENDS="python"
23 }