# HG changeset patch # User Christopher Rogers # Date 1301916678 0 # Node ID fabdf119e05efe2b2e5d44bdd2a1dff767aca904 # Parent 9891e0959aef71334c9877d75f4dd7ede4a9a6a2 Add bcwipe. diff -r 9891e0959aef -r fabdf119e05e bcwipe/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bcwipe/receipt Mon Apr 04 11:31:18 2011 +0000 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="bcwipe" +VERSION="1.9-4" +CATEGORY="security" +SHORT_DESC="Securely erase data from magnetic and solid-state memory" +MAINTAINER="slaxemulator@gmail.com" +SOURCE="BCWipe" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://www.jetico.com/bcwipe_unix.htm" +WGET_URL="http://www.jetico.com/linux/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure && make root="$DESTDIR" && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/bin $fs/usr +} +