mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-30 18:13:53 +02:00
48 lines
1.4 KiB
Plaintext
48 lines
1.4 KiB
Plaintext
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=wipe
|
|
pkgver=2.3.1
|
|
pkgrel=0
|
|
pkgdesc="Secure file wiping utility"
|
|
url="http://wipe.sourceforge.net/"
|
|
arch="all"
|
|
license="GPL2"
|
|
depends=""
|
|
depends_dev=""
|
|
makedepends="$depends_dev linux-headers"
|
|
install=""
|
|
subpackages="$pkgname-doc"
|
|
source="http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2
|
|
stdint.patch
|
|
"
|
|
|
|
builddir="$srcdir"/wipe-$pkgver
|
|
prepare() {
|
|
update_config_sub
|
|
default_prepare
|
|
}
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
CPPFLAGS= ./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--mandir=/usr/share/man \
|
|
|| return 1
|
|
make || return 1
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
install -d "$pkgdir"/usr/bin
|
|
make prefix="$pkgdir"/usr mandir="$pkgdir"/usr/share/man install || return 1
|
|
}
|
|
|
|
md5sums="3aed00711e0490edbec115bc283b8544 wipe-2.3.1.tar.bz2
|
|
41e5350b540d7e43efd21a4f1897300d stdint.patch"
|
|
sha256sums="463916370f9b35bb34419c2c0ae3dc4c0a471db32e8595afa1d14c0337b61aa0 wipe-2.3.1.tar.bz2
|
|
331c9d8396116ce065bc33a634452bb792cc7aa2aecccaa099511c0e034ace1b stdint.patch"
|
|
sha512sums="63870e68fa5dbf90abb686052f8dcc216ccb93b0c4f5cc10d60ccf43f3606ba91b46dc1e3d8b34d201f7ea657f70b45a61d5d04facf5b2a3e47d2286c46e7110 wipe-2.3.1.tar.bz2
|
|
05dab486c9bbe75f0abf3327aeaff9d720aa640f88fc664224cab471e21f65c6bb21115dcda72eaff31c80a3a9fe25b46b4e2283d8b93616a5161d377da44bd8 stdint.patch"
|