wok view python-foolscap/receipt @ rev 18334

Updates licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 10 10:00:06 2015 +0200 (2015-09-10)
parents 3f6663bf04d5
children 814362194a8d
line source
1 # SliTaz package receipt.
3 PACKAGE="python-foolscap"
4 VERSION="0.8.0"
5 CATEGORY="development"
6 SHORT_DESC="Foolscap contains an RPC protocol for Twisted.."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.python.org/pypi/foolscap"
10 SOURCE="foolscap"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="https://pypi.python.org/packages/source/f/foolscap/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="wget python-dev setuptools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --prefix=/usr --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs/
27 }