wok-6.x annotate dulwich/receipt @ rev 13741
mutt: fix build
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Wed Dec 26 20:36:58 2012 +0000 (2012-12-26) |
parents | |
children | 408c87fa22ca |
rev | line source |
---|---|
pascal@13228 | 1 # SliTaz package receipt. |
pascal@13228 | 2 |
pascal@13228 | 3 PACKAGE="dulwich" |
pascal@13228 | 4 VERSION="0.8.5" |
pascal@13228 | 5 CATEGORY="development" |
pascal@13228 | 6 SHORT_DESC="Git files formats and protocols for python." |
pascal@13228 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@13228 | 8 WEB_SITE="http://www.samba.org/~jelmer/dulwich/" |
pascal@13228 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@13228 | 10 WGET_URL="${WEB_SITE}$TARBALL" |
pascal@13228 | 11 |
pascal@13228 | 12 DEPENDS="python" |
pascal@13228 | 13 BUILD_DEPENDS="python-dev" |
pascal@13228 | 14 |
pascal@13228 | 15 # Rules to configure and make the package. |
pascal@13228 | 16 compile_rules() |
pascal@13228 | 17 { |
pascal@13228 | 18 cd $src |
pascal@13228 | 19 python setup.py install --root=$DESTDIR --prefix=/usr |
pascal@13228 | 20 } |
pascal@13228 | 21 |
pascal@13228 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13228 | 23 genpkg_rules() |
pascal@13228 | 24 { |
pascal@13228 | 25 cp -a $_pkg/* $fs |
pascal@13228 | 26 } |