wok-next annotate 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
rev   line source
al@20464 1 # SliTaz package receipt v2.
slaxemulator@7178 2
slaxemulator@7178 3 PACKAGE="lorcon"
slaxemulator@7178 4 VERSION="163"
slaxemulator@7178 5 CATEGORY="network"
al@20464 6 SHORT_DESC="A generic library for injecting 802.11 frames, capable of \
al@20464 7 injection via multiple driver frameworks, without forcing modification of the \
al@20464 8 application code"
al@21020 9 MAINTAINER="devel@slitaz.org"
pascal@15379 10 LICENSE="GPL2"
pascal@21157 11 WEB_SITE="http://802.11ninja.net/lorcon/"
al@20464 12
pascal@15661 13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20464 14 BRANCH="$VERSION"
al@21020 15 WGET_URL="subversion|http://802.11ninja.net/svn/lorcon/trunk" # FIXME
slaxemulator@7178 16
pascal@15117 17 BUILD_DEPENDS="subversion"
al@21020 18 SPLIT="$PACKAGE-dev"
pascal@15117 19
al@20464 20 compile_rules() {
pascal@15117 21 touch -d 197001010000 .depend
al@20595 22
al@20595 23 ./configure $CONFIGURE_ARGS &&
al@20595 24 fix libtool &&
al@20595 25 make &&
al@21020 26 make DESTDIR=$install install
slaxemulator@7178 27 }
slaxemulator@7178 28
al@20464 29 genpkg_rules() {
al@20464 30 case $PACKAGE in
al@20464 31 lorcon) copy @std;;
al@20464 32 *-dev) copy @dev;;
al@20464 33 esac
slaxemulator@7178 34 }