wok-6.x annotate python-pyrex/receipt @ rev 16655
poppler-qt4: fix typo
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue May 13 23:52:18 2014 +0300 (2014-05-13) |
parents | c57c251fb82b |
children | 7390f8de9846 |
rev | line source |
---|---|
pankso@3975 | 1 # SliTaz package receipt. |
pankso@3975 | 2 |
pankso@3975 | 3 PACKAGE="python-pyrex" |
slaxemulator@6904 | 4 VERSION="0.9.9" |
pankso@3975 | 5 CATEGORY="development" |
pankso@3975 | 6 SHORT_DESC="Language for Writing Python Extension Modules." |
pankso@3975 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15378 | 8 LICENSE="Apache" |
pankso@3975 | 9 SOURCE="Pyrex" |
pankso@3975 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
pankso@3975 | 11 WEB_SITE="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/" |
pankso@3975 | 12 WGET_URL="http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/$TARBALL" |
pascal@15378 | 13 TAGS="python" |
pascal@15378 | 14 |
pankso@3975 | 15 DEPENDS="python" |
pankso@3975 | 16 BUILD_DEPENDS="python python-dev" |
pankso@3975 | 17 |
pankso@3975 | 18 # Rules to configure and make the package. |
pankso@3975 | 19 compile_rules() |
pankso@3975 | 20 { |
pankso@3975 | 21 cd $src |
pascal@15378 | 22 python setup.py install --root="$DESTDIR" --prefix=/usr |
pankso@3975 | 23 } |
pankso@3975 | 24 |
pankso@3975 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@3975 | 26 genpkg_rules() |
pankso@3975 | 27 { |
pascal@15378 | 28 cp -a $install/usr $fs |
pankso@3975 | 29 } |