wok-next view python-ipaddr/receipt @ rev 20728

lcms2: produce static lib again (to fix optipng-static build)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 11:18:30 2018 +0300 (2018-05-29)
parents
children 9b3461bf373c
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-ipaddr"
4 VERSION="2.1.11"
5 CATEGORY="python"
6 SHORT_DESC="Google's Python IP address manipulation library"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="Apache"
9 WEB_SITE="https://github.com/google/ipaddr-py"
11 TARBALL="ipaddr-$VERSION.tar.gz"
12 WGET_URL="https://pypi.python.org/packages/source/i/ipaddr/$TARBALL"
14 compile_rules() {
15 python setup.py install --root=$install
16 }
18 genpkg_rules() {
19 copy @std
20 DEPENDS="python"
21 }