wok-next annotate dcfldd/receipt @ rev 21555

updated clutter-gst (3.0.26 -> 3.0.27)
author Hans-G?nter Theisgen
date Mon Jun 22 13:46:32 2020 +0100 (2020-06-22)
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 }