wok-next view python-netifaces/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents 9b3461bf373c
children c9a7a7b42a86
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 WEB_SITE="https://alastairs-place.net/projects/netifaces/"
10 REPOLOGY="python:netifaces"
12 SOURCE="netifaces"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WGET_URL="http://alastairs-place.net/projects/$SOURCE/$TARBALL"
16 DEPENDS="python"
17 BUILD_DEPENDS="python-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }