wok-next view lorcon/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
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="devel@slitaz.org"
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" # FIXME
17 BUILD_DEPENDS="subversion"
18 SPLIT="$PACKAGE-dev"
20 compile_rules() {
21 touch -d 197001010000 .depend
23 ./configure $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make DESTDIR=$install install
27 }
29 genpkg_rules() {
30 case $PACKAGE in
31 lorcon) copy @std;;
32 *-dev) copy @dev;;
33 esac
34 }