wok-next view rcssmin/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
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 }