wok-6.x annotate python-routes/receipt @ rev 14039
gst-plugins-ugly: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 18 15:41:30 2013 +0100 (2013-02-18) |
parents | ea0591b338e1 |
children | bf4a09ef1d2e |
rev | line source |
---|---|
taziden@3777 | 1 # SliTaz package receipt. |
taziden@3777 | 2 |
taziden@3777 | 3 PACKAGE="python-routes" |
taziden@6501 | 4 VERSION="1.12.3" |
taziden@3777 | 5 CATEGORY="development" |
taziden@3777 | 6 SHORT_DESC="Routing Recognition and Generation Tools" |
taziden@3777 | 7 MAINTAINER="taziden@slitaz.org" |
taziden@3777 | 8 SOURCE="Routes" |
taziden@3777 | 9 DEPENDS="python" |
pascal@10594 | 10 BUILD_DEPENDS="python python-dev setuptools" |
taziden@3777 | 11 TARBALL="$SOURCE-$VERSION.tar.gz" |
taziden@3777 | 12 WEB_SITE="http://pylonshq.com" |
taziden@6501 | 13 WGET_URL="http://cdn.pylonshq.com/download/1.0/$TARBALL" |
taziden@3777 | 14 TAGS="python" |
taziden@3777 | 15 |
taziden@3777 | 16 # Rules to configure and make the package. |
taziden@3777 | 17 compile_rules() |
taziden@3777 | 18 { |
taziden@3777 | 19 cd $src |
taziden@3777 | 20 python setup.py install --root=$PWD/_pkg |
taziden@3777 | 21 } |
taziden@3777 | 22 |
taziden@3777 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
taziden@3777 | 24 genpkg_rules() |
taziden@3777 | 25 { |
taziden@3777 | 26 cp -a $_pkg/usr $fs |
taziden@3777 | 27 } |
taziden@3777 | 28 |