wok-next annotate python-pylorcon/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | 6c80b09ff20e |
children |
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@21020 | 7 MAINTAINER="devel@slitaz.org" |
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@21020 | 19 python -B setup.py install --root=$install |
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 } |