wok diff mdk3/receipt @ rev 10195

Up: mpg123 to 1.13.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 22:58:46 2011 +0000 (2011-05-20)
parents
children 3765f181a6d5
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mdk3/receipt	Fri May 20 22:58:46 2011 +0000
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mdk3"
     1.7 +VERSION="v6"
     1.8 +CATEGORY="security"
     1.9 +SHORT_DESC="WLAN penetration tool"
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +DEPENDS=""
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13 +WEB_SITE="http://homepages.tu-darmstadt.de/~p_larbig/wlan/"
    1.14 +WGET_URL="http://homepages.tu-darmstadt.de/~p_larbig/wlan/$TARBALL"
    1.15 +
    1.16 +# Rules to configure and make the package.
    1.17 +compile_rules()
    1.18 +{
    1.19 +	cd $src
    1.20 +	sed -i -e "s:/usr/local:/usr:" Makefile
    1.21 +	make -C osdep
    1.22 +	make
    1.23 +	make DESTDIR="$PWD/_pkg" install
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	mkdir -p $fs/usr
    1.30 +	cp -a $_pkg/usr/sbin $fs/usr
    1.31 +}
    1.32 +