16 lines
551 B
Bash
16 lines
551 B
Bash
# 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
|
|
}
|