wok view python-routes/receipt @ rev 16476

ARM: add python-routes + python-serial (but main python dont cook anymore)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 22 22:49:42 2014 +0200 (2014-04-22)
parents bf4a09ef1d2e
children 7d672a2330b8
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"
18 # setuptools: please install it in chroot or we have to
19 # add a case a lot of python pkgs
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 python setup.py install --root=$DESTDIR
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/usr $fs
31 }