wok view python-netifaces/receipt @ rev 14105

Up: libwekkit (1.8.3) + Build fix with bison 2.6
author Dominique Corbex <domcox@slitaz.org>
date Sun Feb 24 09:15:40 2013 +0100 (2013-02-24)
parents
children fd4f1e692109
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 SOURCE="netifaces"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://alastairs-place.net/projects/netifaces/"
11 WGET_URL="http://alastairs-place.net/projects/$SOURCE/$TARBALL"
12 DEPENDS="python"
13 BUILD_DEPENDS="python setuptools"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 python setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr $fs
26 }