wok-next annotate python-netifaces/receipt @ rev 20963
Add hackdorte-artwork and remove appropriate old packages with dead homepages
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Sep 08 15:02:14 2018 +0300 (2018-09-08) |
parents | 9b3461bf373c |
children | c9a7a7b42a86 |
rev | line source |
---|---|
monghitri@13951 | 1 # SliTaz package receipt. |
monghitri@13951 | 2 |
monghitri@13951 | 3 PACKAGE="python-netifaces" |
monghitri@13951 | 4 VERSION="0.8" |
monghitri@13951 | 5 CATEGORY="development" |
monghitri@13951 | 6 SHORT_DESC="Portable access to network interfaces from Python." |
monghitri@13951 | 7 MAINTAINER="monghitri@aruba.it" |
pascal@15378 | 8 LICENSE="MIT" |
al@20906 | 9 WEB_SITE="https://alastairs-place.net/projects/netifaces/" |
al@20885 | 10 REPOLOGY="python:netifaces" |
al@20885 | 11 |
monghitri@13951 | 12 SOURCE="netifaces" |
monghitri@13951 | 13 TARBALL="$SOURCE-$VERSION.tar.gz" |
monghitri@13951 | 14 WGET_URL="http://alastairs-place.net/projects/$SOURCE/$TARBALL" |
pascal@15378 | 15 |
monghitri@13951 | 16 DEPENDS="python" |
al@20444 | 17 BUILD_DEPENDS="python-dev" |
monghitri@13951 | 18 |
monghitri@13951 | 19 # Rules to configure and make the package. |
monghitri@13951 | 20 compile_rules() |
monghitri@13951 | 21 { |
monghitri@13951 | 22 python setup.py install --root=$DESTDIR |
monghitri@13951 | 23 } |
monghitri@13951 | 24 |
monghitri@13951 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
monghitri@13951 | 26 genpkg_rules() |
monghitri@13951 | 27 { |
monghitri@13951 | 28 cp -a $install/usr $fs |
monghitri@13951 | 29 } |