wok view dcfldd/receipt @ rev 21259

updated libmowgli and libmowgli-dev (2.0.0 -> 2.1.3)
author Hans-G?nter Theisgen
date Fri Apr 12 11:33:57 2019 +0100 (2019-04-12)
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 }