wok view python-http-parser/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
parents 814362194a8d
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="python-http-parser"
4 VERSION="0.8.3"
5 CATEGORY="development"
6 SHORT_DESC="HTTP request and response parser for python in C."
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/benoitc/http-parser/"
11 SOURCE="http-parser"
12 TARBALL="$SOURCE-$VERSION.zip"
13 WGET_URL="https://github.com/benoitc/$SOURCE/archive/$VERSION.zip"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-cython python-dev python-setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr $fs
29 }