# HG changeset patch # User Pascal Bellard # Date 1344944334 -7200 # Node ID ea0d38d64ffe3dec9a4fb8f6c033e11997187929 # Parent 6ce5c4a8775366747865c37ab20c311a38e3daea Move from undigest: dulwich diff -r 6ce5c4a87753 -r ea0d38d64ffe dulwich/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dulwich/receipt Tue Aug 14 13:38:54 2012 +0200 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="dulwich" +VERSION="0.8.5" +CATEGORY="development" +SHORT_DESC="Git files formats and protocols for python." +MAINTAINER="pascal.bellard@slitaz.org" +WEB_SITE="http://www.samba.org/~jelmer/dulwich/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="${WEB_SITE}$TARBALL" + +DEPENDS="python" +BUILD_DEPENDS="python-dev" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$DESTDIR --prefix=/usr +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/* $fs +}