wok view python-netifaces/receipt @ rev 15413

Up: thunderbird-langpack-de (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:33 2013 +0100 (2013-11-03)
parents 31ec2f4226ad
children 14154392a2a1
line source
1 # SliTaz package receipt.
3 PACKAGE="python-netifaces"
4 VERSION="0.8"
5 CATEGORY="development"
6 SHORT_DESC="Portable access to network interfaces from Python."
7 MAINTAINER="monghitri@aruba.it"
8 LICENSE="MIT"
9 SOURCE="netifaces"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://alastairs-place.net/projects/netifaces/"
12 WGET_URL="http://alastairs-place.net/projects/$SOURCE/$TARBALL"
14 DEPENDS="python"
15 BUILD_DEPENDS="python setuptools"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }