mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-12 00:34:38 +02:00
36 lines
969 B
Text
36 lines
969 B
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=wipe
|
|
pkgver=2.3.1
|
|
pkgrel=5
|
|
pkgdesc="Secure file wiping utility"
|
|
url="https://wipe.sourceforge.net/"
|
|
arch="all"
|
|
license="GPL-2.0-only"
|
|
makedepends="linux-headers autoconf automake libtool"
|
|
subpackages="$pkgname-doc"
|
|
source="https://downloads.sourceforge.net/wipe/wipe-$pkgver.tar.bz2
|
|
stdint.patch
|
|
"
|
|
options="!check"
|
|
|
|
prepare() {
|
|
default_prepare
|
|
autoreconf -vif
|
|
}
|
|
|
|
build() {
|
|
CPPFLAGS= ./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--mandir=/usr/share/man
|
|
make
|
|
}
|
|
|
|
package() {
|
|
install -d "$pkgdir"/usr/bin
|
|
make prefix="$pkgdir"/usr mandir="$pkgdir"/usr/share/man install
|
|
}
|
|
|
|
sha512sums="63870e68fa5dbf90abb686052f8dcc216ccb93b0c4f5cc10d60ccf43f3606ba91b46dc1e3d8b34d201f7ea657f70b45a61d5d04facf5b2a3e47d2286c46e7110 wipe-2.3.1.tar.bz2
|
|
05dab486c9bbe75f0abf3327aeaff9d720aa640f88fc664224cab471e21f65c6bb21115dcda72eaff31c80a3a9fe25b46b4e2283d8b93616a5161d377da44bd8 stdint.patch"
|