wok-6.x annotate pylorcon/receipt @ rev 13757
gtklp: update for rescent cups
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 03 11:01:20 2013 +0100 (2013-01-03) |
parents | |
children | bf4a09ef1d2e |
rev | line source |
---|---|
slaxemulator@13166 | 1 # SliTaz package receipt. |
slaxemulator@13166 | 2 |
slaxemulator@13166 | 3 PACKAGE="pylorcon" |
slaxemulator@13166 | 4 VERSION="3" |
slaxemulator@13166 | 5 CATEGORY="development" |
slaxemulator@13166 | 6 SHORT_DESC="http://code.google.com/p/pylorcon/" |
slaxemulator@13166 | 7 MAINTAINER="slaxemulator@gmail.com" |
slaxemulator@13166 | 8 WEB_SITE="http://code.google.com/p/pylorcon/" |
slaxemulator@13166 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
slaxemulator@13166 | 10 WGET_URL="http://pylorcon.googlecode.com/files/$TARBALL" |
slaxemulator@13166 | 11 |
slaxemulator@13166 | 12 DEPENDS="python lorcon-old" |
slaxemulator@13166 | 13 BUILD_DEPENDS="python-dev lorcon-old-dev" |
slaxemulator@13166 | 14 |
slaxemulator@13166 | 15 # Rules to configure and make the package. |
slaxemulator@13166 | 16 compile_rules() |
slaxemulator@13166 | 17 { |
slaxemulator@13166 | 18 cd $src |
slaxemulator@13166 | 19 python setup.py install --root=$DESTDIR |
slaxemulator@13166 | 20 } |
slaxemulator@13166 | 21 |
slaxemulator@13166 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@13166 | 23 genpkg_rules() |
slaxemulator@13166 | 24 { |
slaxemulator@13166 | 25 cp -a $install/* $fs |
slaxemulator@13166 | 26 } |