wok view dcfldd/receipt @ rev 18452

perl-datetime: more deps
author Nathan Neulinger <nneul@neulinger.org>
date Sun Sep 27 20:14:44 2015 +0000 (2015-09-27)
parents
children 640a2eba2511
line source
1 # SliTaz package receipt.
3 PACKAGE="dcfldd"
4 VERSION="1.3.4-1"
5 CATEGORY="misc"
6 SHORT_DESC="Enhanced version dd with features useful for forensics and security."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://dcfldd.sourceforge.net/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --prefix=/usr $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$DESTDIR install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 }