wok-next view wipe/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 2a21689b0af7
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="wipe"
4 VERSION="2.3.1"
5 CATEGORY="misc"
6 SHORT_DESC="A file and block device delete/erase utility - a secure rm"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://wipe.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 compile_rules() {
15 ./configure \
16 --prefix=/usr \
17 $CONFIGURE_ARGS &&
18 make &&
19 make prefix=$DESTDIR/usr install
20 }
22 genpkg_rules() {
23 copy @std
24 TAGS="delete"
25 }