22 lines
668 B
Bash
22 lines
668 B
Bash
# Template file for 'nwipe'
|
|
pkgname=nwipe
|
|
version=0.33
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake pkg-config"
|
|
makedepends="libuuid-devel libparted-devel ncurses-devel"
|
|
depends="smartmontools"
|
|
short_desc="Utility to securely erase disks"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://github.com/martijnvanbrummelen/nwipe"
|
|
changelog="https://raw.githubusercontent.com/martijnvanbrummelen/nwipe/master/CHANGELOG.md"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=e771a6d36a6800a5cf0ad460591bfd7fe4c04a908afe3da5fd169c921195e489
|
|
|
|
CFLAGS="-D_FILE_OFFSET_BITS=64"
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|