wok annotate dulwich/receipt @ rev 24306
modified recipe for ctypes.sh
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jan 17 16:11:08 2022 +0100 (2022-01-17) |
parents | 8dd8bab3f0ca |
children | 104a2a2e5484 |
rev | line source |
---|---|
pascal@13228 | 1 # SliTaz package receipt. |
pascal@13228 | 2 |
pascal@13228 | 3 PACKAGE="dulwich" |
Hans-G?nter@22663 | 4 VERSION="0.19.14" |
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@15001 | 8 LICENSE="GPL2" |
pascal@20672 | 9 WEB_SITE="https://pypi.org/project/$PACKAGE/" |
Hans-G?nter@22663 | 10 |
pascal@13228 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@22663 | 12 WGET_URL="https://www.dulwich.io/releases/$TARBALL" |
pascal@13228 | 13 |
pascal@13228 | 14 DEPENDS="python" |
pascal@13228 | 15 BUILD_DEPENDS="python-dev" |
pascal@13228 | 16 |
pascal@13228 | 17 # Rules to configure and make the package. |
pascal@13228 | 18 compile_rules() |
pascal@13228 | 19 { |
pascal@13228 | 20 python setup.py install --root=$DESTDIR --prefix=/usr |
pascal@13228 | 21 } |
pascal@13228 | 22 |
pascal@13228 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@13228 | 24 genpkg_rules() |
pascal@13228 | 25 { |
Hans-G?nter@22663 | 26 cp -a $install/* $fs |
pascal@13228 | 27 } |