wok view python-pyprotocols/receipt @ rev 16521

libgd: try an other fix!
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 26 00:27:15 2014 +0200 (2014-04-26)
parents 3e91cc4a0bfa
children 7390f8de9846
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pyprotocols"
4 VERSION="0.9.3"
5 CATEGORY="development"
6 SHORT_DESC="PEP 246 and a whole lot more."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="PSL"
9 SOURCE="PyProtocols"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://peak.telecommunity.com/PyProtocols.html"
12 WGET_URL="http://peak.telecommunity.com/dist/$TARBALL"
13 TAGS="python"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }