wok-next view pylorcon/receipt @ rev 20906

Update homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 10 12:53:17 2018 +0300 (2018-08-10)
parents 4e6503d7a19f
children 5fac1a2da249
line source
1 # SliTaz package receipt.
3 PACKAGE="pylorcon"
4 VERSION="3"
5 CATEGORY="development"
6 SHORT_DESC="Python wrapper for the LORCON 802.11 packet injection library"
7 MAINTAINER="slaxemulator@gmail.com"
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="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="http://pylorcon.googlecode.com/files/$TARBALL" # FIXME
16 DEPENDS="python lorcon-old"
17 BUILD_DEPENDS="python-dev lorcon-old-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }