wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="dulwich"
4 VERSION="0.8.5"
5 CATEGORY="development"
6 SHORT_DESC="Git files formats and protocols for python."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.samba.org/~jelmer/dulwich/"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="${WEB_SITE}$TARBALL"
12 DEPENDS="python"
13 BUILD_DEPENDS="python-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py install --root=$DESTDIR --prefix=/usr
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $_pkg/* $fs
26 }