wok-next annotate rcssmin/receipt @ rev 21379

updated mspdebug (0.17 -> 0.25)
author Hans-G?nter Theisgen
date Thu Apr 16 16:31:49 2020 +0100 (2020-04-16)
parents bc08d1b89c0f
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
al@18686 2
al@18686 3 PACKAGE="rcssmin"
al@18686 4 VERSION="1.0.6"
al@18686 5 CATEGORY="development"
al@21020 6 SHORT_DESC="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@21020 10
al@18686 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@18686 12 WGET_URL="http://storage.perlig.de/rcssmin/$TARBALL"
al@18686 13
al@18686 14 BUILD_DEPENDS="python-dev"
al@18686 15
al@21020 16 compile_rules() {
al@21020 17 python -B setup.py install --root=$install
al@18686 18 }
al@18686 19
al@21020 20 genpkg_rules() {
al@18686 21 cp -a $install/* $fs
al@21020 22 DEPENDS="python"
al@18686 23 }