wok view dulwich/receipt @ rev 20889

updated espeak and espeak-dev (1.45.05 -> 1.48.04)
author Hans-G?nter Theisgen
date Mon Feb 25 17:35:02 2019 +0100 (2019-02-25)
parents 16df76e1fc6a
children ef8eb9b74ca4
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 LICENSE="GPL2"
9 WEB_SITE="https://pypi.org/project/$PACKAGE/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="${WEB_SITE}$TARBALL"
13 DEPENDS="python"
14 BUILD_DEPENDS="python-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
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 $install/* $fs
26 }