wok-next annotate python-pylorcon/receipt @ rev 20983

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