# HG changeset patch # User Pascal Bellard # Date 1344944418 -7200 # Node ID 213d4657f9671f5bf4ae8743ee2e3ad3632582dc # Parent 55498a3207c6f6ed8a96a4d7b454cd90548d4962 Move to wok: dulwich diff -r 55498a3207c6 -r 213d4657f967 dulwich/receipt --- a/dulwich/receipt Tue Aug 14 13:40:17 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -# 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 -}