wok view dulwich/receipt @ rev 23106

updated libstatgrab and libstatgrab-dev (0.91 -> 0.92)
author Hans-G?nter Theisgen
date Thu Mar 12 13:23:05 2020 +0100 (2020-03-12)
parents 8dd8bab3f0ca
children 104a2a2e5484
line source
1 # SliTaz package receipt.
3 PACKAGE="dulwich"
4 VERSION="0.19.14"
5 CATEGORY="development"
6 SHORT_DESC="Git files formats and protocols for python."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://pypi.org/project/$PACKAGE/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://www.dulwich.io/releases/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="python-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --root=$DESTDIR --prefix=/usr
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
27 }