summaryrefslogtreecommitdiffstats
path: root/testing/dc3dd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-21 17:40:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-21 17:40:26 +0000
commite595eda14337660c3e75879a871e59f8bdab85bc (patch)
treee3e5a43cf4b501a227dd0dea2c96f02484cf73cd /testing/dc3dd
parent338f12bff0a4666060daf7114f917d916a2eafde (diff)
parent3a13bece9e51dead726b5e6e01e14320d93e3a06 (diff)
downloadaports-e595eda14337660c3e75879a871e59f8bdab85bc.tar.bz2
aports-e595eda14337660c3e75879a871e59f8bdab85bc.tar.xz
Merge git://git.alpinelinux.org/fab/aports
Diffstat (limited to 'testing/dc3dd')
-rw-r--r--testing/dc3dd/APKBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/testing/dc3dd/APKBUILD b/testing/dc3dd/APKBUILD
index 7a31ce432..0901edb93 100644
--- a/testing/dc3dd/APKBUILD
+++ b/testing/dc3dd/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=dc3dd
-pkgver=7.0.0
+pkgver=7.1.614
pkgrel=0
pkgdesc="Patched version of GNU dd for use in computer forensics"
url="http://dc3dd.sourceforge.net/"
@@ -9,9 +9,9 @@ arch="all"
license="GPL2+ and GPL3+"
depends=""
depends_dev=""
-makedepends=""
+makedepends="libiconv-dev"
install=""
-subpackages="$pkgname-doc"
+subpackages="$pkgname-doc $pkgname-lang"
source="http://downloads.sourceforge.net/dc3dd/dc3dd-$pkgver.tar.gz"
_builddir="$srcdir"/dc3dd-$pkgver
@@ -28,11 +28,13 @@ prepare() {
build() {
cd "$_builddir"
- ./configure --prefix=/usr \
+ ./configure \
+ --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--localstatedir=/var \
+ --disable-rpath \
|| return 1
make || return 1
}
@@ -43,4 +45,4 @@ package() {
rm -f "$pkgdir"/usr/lib/*.la
}
-md5sums="37e00481273b4c4ae2ebb430e5fb80af dc3dd-7.0.0.tar.gz"
+md5sums="b6c4ec16e7f539b17224d7f334f8396e dc3dd-7.1.614.tar.gz"