wok-next diff python-pylorcon/receipt @ rev 21340

Up ipxe (1.20.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 21 08:52:35 2020 +0100 (2020-01-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	Tue Jan 21 08:52:35 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() {