wok-undigest rev 188

Removed exiftool and mdk3. There in wok now.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 09 12:01:30 2010 +0000 (2010-12-09)
parents cb59e12a97e1
children 2a73498408eb
files exiftool/receipt mdk3/receipt
line diff
     1.1 --- a/exiftool/receipt	Thu Dec 09 11:46:17 2010 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,29 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="exiftool"
     1.7 -VERSION="8.19"
     1.8 -CATEGORY="system-tools"
     1.9 -SHORT_DESC="Application for reading, writing and editing meta information in a wide variety of files."
    1.10 -MAINTAINER="gokhglayeh@mailoo.org"
    1.11 -DEPENDS="perl"
    1.12 -BUILD_DEPENDS="perl"
    1.13 -SUGGESTED="perl-archive-zip perl-io-compress"
    1.14 -SOURCE="Image-ExifTool"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://owl.phy.queensu.ca/~phil/exiftool/"
    1.17 -WGET_URL="http://owl.phy.queensu.ca/~phil/exiftool/$TARBALL"
    1.18 -
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 -	cd $src
    1.23 -	perl Makefile.PL && make &&
    1.24 -	make DESTDIR=$PWD/_pkg install
    1.25 -}
    1.26 -
    1.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 -genpkg_rules()
    1.29 -{
    1.30 -	cp -a $_pkg/usr $fs
    1.31 -}
    1.32 -
     2.1 --- a/mdk3/receipt	Thu Dec 09 11:46:17 2010 +0000
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,25 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="mdk3"
     2.7 -VERSION="v6"
     2.8 -CATEGORY="network"
     2.9 -SHORT_DESC="Wireless network penetration testing"
    2.10 -MAINTAINER="devl547@gmail.com"
    2.11 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.12 -WEB_SITE="http://homepages.tu-darmstadt.de/~p_larbig/wlan/"
    2.13 -WGET_URL="$WEB_SITE/$TARBALL"
    2.14 -
    2.15 -# Rules to configure and make the package.
    2.16 -compile_rules()
    2.17 -{
    2.18 -	cd $src
    2.19 -	make &&
    2.20 -	make DESTDIR=$PWD/_pkg install
    2.21 -}
    2.22 -
    2.23 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.24 -genpkg_rules()
    2.25 -{
    2.26 -	mkdir -p $fs/usr/bin
    2.27 -	cp -a $_pkg/usr/local/sbin/mdk3 $fs/usr/bin
    2.28 -}