wok annotate wipe/receipt @ rev 9824
Up: readom to 1.1.11. Its a wanted package for cdrkit that is at 1.1.11 now.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 15 00:18:48 2011 +0000 (2011-05-15) |
parents | e6748c4a1d22 |
children | ad480a4addbc |
rev | line source |
---|---|
jozee@4950 | 1 # SliTaz package receipt. |
jozee@4950 | 2 |
jozee@4950 | 3 PACKAGE="wipe" |
slaxemulator@7721 | 4 VERSION="2.3.1" |
jozee@4950 | 5 CATEGORY="misc" |
jozee@4950 | 6 MAINTAINER="jozee@slitaz.org" |
jozee@4950 | 7 SHORT_DESC="A file and block device delete/erase utility - a secure rm" |
jozee@4950 | 8 DEPENDS="glibc-base" |
jozee@4950 | 9 WEB_SITE="http://wipe.sourceforge.net/" |
jozee@4950 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
jozee@4950 | 11 WGET_URL="http://downloads.sourceforge.net/$PACKAGE/$TARBALL" |
jozee@4950 | 12 TAGS="delete" |
jozee@4950 | 13 |
jozee@4950 | 14 # Rules to configure and make the package. |
jozee@4950 | 15 |
jozee@4950 | 16 compile_rules() { |
jozee@4950 | 17 cd $src |
jozee@4950 | 18 ./configure --prefix=/usr && |
jozee@4950 | 19 make && |
jozee@4950 | 20 make prefix=$PWD/_pkg/usr install |
jozee@4950 | 21 } |
jozee@4950 | 22 |
jozee@4950 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@4950 | 24 genpkg_rules() |
jozee@4950 | 25 { |
jozee@4950 | 26 mkdir -p $fs/usr |
jozee@4950 | 27 cp -a $_pkg/usr/bin $fs/usr |
jozee@4950 | 28 } |