wok-next view lorcon/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
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 }