wok-next view 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 source
1 # SliTaz package receipt v2.
3 PACKAGE="python-pylorcon"
4 VERSION="3"
5 CATEGORY="development"
6 SHORT_DESC="Python wrapper for the LORCON 802.11 packet injection library"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://code.google.com/archive/p/pylorcon/"
10 WEB_SITE="https://github.com/tom5760/pylorcon2"
11 REPOLOGY="python:pylorcon"
13 TARBALL="pylorcon-$VERSION.tar.bz2"
14 WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/pylorcon/$TARBALL"
16 BUILD_DEPENDS="python-dev lorcon-old-dev"
18 compile_rules() {
19 python -B setup.py install --root=$install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="python lorcon-old"
25 }