wok view lorcon/receipt @ rev 12145

clutter-gtk: Add libtool into build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Mar 14 07:12:49 2012 -0500 (2012-03-14)
parents 2e4f0e0b20e1
children 394ef0611eb5
line source
1 # SliTaz package receipt.
3 PACKAGE="lorcon"
4 VERSION="163"
5 CATEGORY="network"
6 SHORT_DESC="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 BUILD_DEPENDS="subversion"
9 WEB_SITE="http://802.11ninja.net/lorcon/"
10 WGET_URL="subversion|http://802.11ninja.net/svn/lorcon/trunk"
11 BRANCH="$VERSION"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure \
18 --prefix=/usr \
19 --infodir=/usr/share/info \
20 --mandir=/usr/share/man \
21 $CONFIGURE_ARGS &&
22 make && make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib
29 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
30 }