wok view python-netifaces/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
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 }