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

updated dkms (2.1.1.2 -> 2.8.2)
author Hans-G?nter Theisgen
date Wed Jun 24 07:35:54 2020 +0100 (2020-06-24)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="netifaces"
4 PACKAGE="python-netifaces"
5 VERSION="0.10.9"
6 CATEGORY="python"
7 SHORT_DESC="Portable network interface information"
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 REPOLOGY="python:netifaces"
13 BUILD_DEPENDS="python python3"
14 SPLIT="${PACKAGE/python/python3}:3"
16 #HOST_ARCH
18 compile_rules()
19 {
20 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
21 }
23 genpkg_rules()
24 {
25 copy @std
26 py=${PACKAGE%%-*} # python/python3
27 DEPENDS="$py"
28 }