wok-next diff python-pylorcon/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | 6c80b09ff20e |
children |
line diff
1.1 --- a/python-pylorcon/receipt Fri Sep 28 13:48:52 2018 +0300 1.2 +++ b/python-pylorcon/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="3" 1.5 CATEGORY="development" 1.6 SHORT_DESC="Python wrapper for the LORCON 802.11 packet injection library" 1.7 -MAINTAINER="slaxemulator@gmail.com" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="GPL2" 1.10 WEB_SITE="https://code.google.com/archive/p/pylorcon/" 1.11 WEB_SITE="https://github.com/tom5760/pylorcon2" 1.12 @@ -16,7 +16,7 @@ 1.13 BUILD_DEPENDS="python-dev lorcon-old-dev" 1.14 1.15 compile_rules() { 1.16 - python -B setup.py install --root=$DESTDIR 1.17 + python -B setup.py install --root=$install 1.18 } 1.19 1.20 genpkg_rules() {