wok view python-routes/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
parents c89d25976dbe
children 2ae2b1834080
line source
1 # SliTaz package receipt.
3 PACKAGE="python-routes"
4 VERSION="1.12.3"
5 CATEGORY="development"
6 SHORT_DESC="Routing Recognition and Generation Tools"
7 MAINTAINER="taziden@slitaz.org"
8 LICENSE="BSD"
9 SOURCE="Routes"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="https://pypi.org/project/Routes"
12 WGET_URL="http://cdn.pylonshq.com/download/1.0/$TARBALL"
13 TAGS="python"
14 HOST_ARCH="i486 arm"
16 DEPENDS="python"
17 BUILD_DEPENDS="python python-dev python-setuptools"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }