wok view lorcon-old/receipt @ rev 14534

libfirefox: Up to 17.0.6esr
author Dominique Corbex <domcox@slitaz.org>
date Wed May 22 19:05:49 2013 +0200 (2013-05-22)
parents
children 380ffe05937a
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 WEB_SITE="http://802.11ninja.net"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="subversion|http://802.11ninja.net/svn/lorcon/branch/lorcon-old/"
12 DEPENDS=""
13 BUILD_DEPENDS="subversion"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib
26 cp -a $install/usr/lib/*.so* $fs/usr/lib
27 }