wok view python-routes/receipt @ rev 16916

rePackaging main of "wanted" on Qt4. (s/4.8.4/4.8.6)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Jul 16 03:57:22 2014 +0200 (2014-07-16)
parents 56939ad28d41
children 7390f8de9846
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="http://pylonshq.com"
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 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 }