Merge pull request #2090 from beefcurtains/nwipe
New package: nwipe-0.17
This commit is contained in:
commit
8d698f30b7
13
srcpkgs/nwipe/patches/musl.patch
Normal file
13
srcpkgs/nwipe/patches/musl.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Patch based on kexec-tools, fixes undefined loff_t
|
||||
--- src/nwipe.h.orig
|
||||
+++ src/nwipe.h
|
||||
@@ -38,7 +38,9 @@
|
||||
|
||||
/* System headers. */
|
||||
#include <errno.h>
|
||||
+#define _GNU_SOURCE
|
||||
#include <fcntl.h>
|
||||
+#undef _GNU_SOURCE
|
||||
#include <getopt.h>
|
||||
#include <math.h>
|
||||
#include <pthread.h>
|
17
srcpkgs/nwipe/template
Normal file
17
srcpkgs/nwipe/template
Normal file
@ -0,0 +1,17 @@
|
||||
# Template file for 'nwipe'
|
||||
pkgname=nwipe
|
||||
version=0.17
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake pkg-config"
|
||||
makedepends="libparted-devel ncurses-devel"
|
||||
short_desc="Utility to securely erase disks"
|
||||
maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/martijnvanbrummelen/nwipe"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=377a3250a45e7f75bb88f958e5ed232ca4f038d888d632fd6bb93dcdece52de3
|
||||
|
||||
pre_configure() {
|
||||
sh init.sh
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user