mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
dcfldd: fix license, use vsed
This commit is contained in:
parent
e1b0b98643
commit
f0bdeef044
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'dcfldd'
|
# Template file for 'dcfldd'
|
||||||
pkgname=dcfldd
|
pkgname=dcfldd
|
||||||
version=1.3.4r1
|
version=1.3.4r1
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="${pkgname}-${version/r/-}"
|
wrksrc="${pkgname}-${version/r/-}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Fork of dd with hashing, status, wipe and verify"
|
short_desc="Fork of dd with hashing, status, wipe and verify"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://dcfldd.sourceforge.net/"
|
homepage="http://dcfldd.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version/r/-}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version/r/-}.tar.gz"
|
||||||
checksum=f5143a184da56fd5ac729d6d8cbcf9f5da8e1cf4604aa9fb97c59553b7e6d5f8
|
checksum=f5143a184da56fd5ac729d6d8cbcf9f5da8e1cf4604aa9fb97c59553b7e6d5f8
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/__linux__/__GLIBC__/' util.c # disable obscure workaround
|
vsed -i 's/__linux__/__GLIBC__/' util.c # disable obscure workaround
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue