wok-next annotate pylorcon/receipt @ rev 20958

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 06 04:28:48 2018 +0300 (2018-09-06)
parents a3c581bf52b8
children
rev   line source
al@20947 1 # SliTaz package receipt v2.
slaxemulator@13166 2
slaxemulator@13166 3 PACKAGE="pylorcon"
slaxemulator@13166 4 VERSION="3"
slaxemulator@13166 5 CATEGORY="development"
al@17510 6 SHORT_DESC="Python wrapper for the LORCON 802.11 packet injection library"
slaxemulator@13166 7 MAINTAINER="slaxemulator@gmail.com"
pascal@15376 8 LICENSE="GPL2"
al@20906 9 WEB_SITE="https://code.google.com/archive/p/pylorcon/"
al@20906 10 WEB_SITE="https://github.com/tom5760/pylorcon2"
al@20884 11 REPOLOGY="python:pylorcon"
al@20884 12
slaxemulator@13166 13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20906 14 WGET_URL="http://pylorcon.googlecode.com/files/$TARBALL" # FIXME
slaxemulator@13166 15
slaxemulator@13166 16 BUILD_DEPENDS="python-dev lorcon-old-dev"
slaxemulator@13166 17
al@20947 18 compile_rules() {
slaxemulator@13166 19 python setup.py install --root=$DESTDIR
slaxemulator@13166 20 }
slaxemulator@13166 21
al@20947 22 genpkg_rules() {
al@20947 23 copy @std
al@20947 24 DEPENDS="python lorcon-old"
slaxemulator@13166 25 }