wok-current annotate python-routes/receipt @ rev 22942
updated icewm again (1.3.8 -> 1.6.4)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 27 17:34:50 2020 +0100 (2020-02-27) |
parents | c89d25976dbe |
children | 2ae2b1834080 |
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" |
pascal@15376 | 8 LICENSE="BSD" |
taziden@3777 | 9 SOURCE="Routes" |
taziden@3777 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@20778 | 11 WEB_SITE="https://pypi.org/project/Routes" |
taziden@6501 | 12 WGET_URL="http://cdn.pylonshq.com/download/1.0/$TARBALL" |
taziden@3777 | 13 TAGS="python" |
pankso@16476 | 14 HOST_ARCH="i486 arm" |
taziden@3777 | 15 |
pascal@15376 | 16 DEPENDS="python" |
pascal@21582 | 17 BUILD_DEPENDS="python python-dev python-setuptools" |
pascal@15376 | 18 |
taziden@3777 | 19 # Rules to configure and make the package. |
taziden@3777 | 20 compile_rules() |
taziden@3777 | 21 { |
pascal@15376 | 22 python setup.py install --root=$DESTDIR |
taziden@3777 | 23 } |
taziden@3777 | 24 |
taziden@3777 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
taziden@3777 | 26 genpkg_rules() |
taziden@3777 | 27 { |
pascal@15376 | 28 cp -a $install/usr $fs |
taziden@3777 | 29 } |
al@18086 | 30 |