# HG changeset patch # User Christopher Rogers # Date 1301917865 0 # Node ID 6e7f14f2ea3ff5b04f3e5dcfd3b425a1484a0607 # Parent fabdf119e05efe2b2e5d44bdd2a1dff767aca904 Remove bcwipe since its free software. diff -r fabdf119e05e -r 6e7f14f2ea3f bcwipe/receipt --- a/bcwipe/receipt Mon Apr 04 11:31:18 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -# 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 -} -