wok view python-zfec/receipt @ rev 18229

linld: add tobzimage (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 23 10:33:13 2015 +0200 (2015-07-23)
parents
children 46fc8daa3b41
line source
1 # SliTaz package receipt.
3 PACKAGE="python-zfec"
4 VERSION="1.4.24"
5 CATEGORY="development"
6 SHORT_DESC="A fast erasure codec."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="https://pypi.python.org/pypi/zfec"
9 SOURCE="zfec"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WGET_URL="https://pypi.python.org/packages/source/z/zfec/$TARBALL"
13 DEPENDS="python"
14 BUILD_DEPENDS="wget python-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python setup.py install --prefix=/usr --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/bin $fs/usr/
27 cp -a $install/usr/lib $fs/usr/
28 }