New package: dcfldd-1.3.4r1

This commit is contained in:
Christian Neukirchen 2016-01-11 14:44:35 +01:00
parent 0ec15bfeb0
commit 628202458d
1 changed files with 16 additions and 0 deletions

16
srcpkgs/dcfldd/template Normal file
View File

@ -0,0 +1,16 @@
# Template file for 'dcfldd'
pkgname=dcfldd
version=1.3.4r1
revision=1
wrksrc="${pkgname}-${version/r/-}"
build_style=gnu-configure
short_desc="dd fork with hashing, status, wipe and verify"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://dcfldd.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version/r/-}.tar.gz"
checksum=f5143a184da56fd5ac729d6d8cbcf9f5da8e1cf4604aa9fb97c59553b7e6d5f8
post_extract() {
sed -i 's/__linux__/__GLIBC__/' util.c # disable obscure workaround
}