wok-next annotate dcfldd/receipt @ rev 21127

Update xarchiver (0.5.4.14), xcursorgen (1.0.7)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 18 11:29:09 2019 +0200 (2019-01-18)
parents 522bd129061c
children 427cc0f0476d
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@17075 2
pascal@17075 3 PACKAGE="dcfldd"
pascal@17075 4 VERSION="1.3.4-1"
pascal@17075 5 CATEGORY="misc"
al@21020 6 SHORT_DESC="Enhanced version dd with features useful for forensics and security"
pascal@17075 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17075 8 LICENSE="GPL2"
pascal@17075 9 WEB_SITE="http://dcfldd.sourceforge.net/"
al@21020 10
pascal@17075 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21020 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@17075 13
al@21020 14 compile_rules() {
al@21020 15 ./configure \
al@21020 16 --prefix=/usr \
al@21020 17 $CONFIGURE_ARGS &&
pascal@17075 18 make &&
al@21020 19 make DESTDIR=$install install
pascal@17075 20 }
pascal@17075 21
al@21020 22 genpkg_rules() {
al@21020 23 copy @std
pascal@17075 24 }