wok-next annotate wipe/receipt @ rev 21257

encfs: use cmake
author Hans-G?nter Theisgen
date Fri Dec 06 13:47:57 2019 +0100 (2019-12-06)
parents 1eb4aacb48ed
children
rev   line source
al@20516 1 # SliTaz package receipt v2.
jozee@4950 2
jozee@4950 3 PACKAGE="wipe"
slaxemulator@7721 4 VERSION="2.3.1"
jozee@4950 5 CATEGORY="misc"
al@20516 6 SHORT_DESC="A file and block device delete/erase utility - a secure rm"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15363 8 LICENSE="GPL2"
jozee@4950 9 WEB_SITE="http://wipe.sourceforge.net/"
al@20516 10
jozee@4950 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20516 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
jozee@4950 13
al@20516 14 compile_rules() {
al@20516 15 ./configure \
al@20516 16 --prefix=/usr \
al@20516 17 $CONFIGURE_ARGS &&
al@20516 18 make &&
al@21020 19 make prefix=$install/usr install
al@20516 20 }
pascal@15363 21
al@20516 22 genpkg_rules() {
al@20516 23 copy @std
al@20516 24 TAGS="delete"
jozee@4950 25 }