wok view lorcon-old/receipt @ rev 22829
nqc obfsproxy shiki-colors* trickle vmware-view-open-client: normalize $VERSION
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 08 11:00:21 2020 +0100 (2020-02-08) |
parents | 380ffe05937a |
children | d66160614dc4 |
line source
1 # SliTaz package receipt.
3 PACKAGE="lorcon-old"
4 VERSION="224"
5 CATEGORY="network"
6 SHORT_DESC="Loss Of Radio CONnectivity: A generic library for injecting 802.11 frames, capable of injection via multiple driver frameworks, without forcing modification of the application code."
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://802.11ninja.net"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="subversion|http://802.11ninja.net/svn/lorcon/branch/lorcon-old/"
13 DEPENDS=""
14 BUILD_DEPENDS="subversion"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 touch -d 197001010000 .depend
21 ./configure $CONFIGURE_ARGS && make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $install/usr/lib/*.so* $fs/usr/lib
29 }