wok-next view lorcon/receipt @ rev 20678

Up clisp (2.50)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 15 02:59:03 2018 +0300 (2018-05-15)
parents 4396aed7eb01
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lorcon"
4 VERSION="163"
5 CATEGORY="network"
6 SHORT_DESC="A generic library for injecting 802.11 frames, capable of \
7 injection via multiple driver frameworks, without forcing modification of the \
8 application code"
9 MAINTAINER="slaxemulator@gmail.com"
10 LICENSE="GPL2"
11 WEB_SITE="http://802.11ninja.net/lorcon/"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 BRANCH="$VERSION"
15 WGET_URL="subversion|http://802.11ninja.net/svn/lorcon/trunk"
17 BUILD_DEPENDS="subversion"
18 SPLIT="lorcon-dev"
20 compile_rules() {
21 touch -d 197001010000 .depend
23 ./configure $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make DESTDIR=$DESTDIR install
27 }
29 genpkg_rules() {
30 case $PACKAGE in
31 lorcon) copy @std;;
32 *-dev) copy @dev;;
33 esac
34 }