diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-21 03:42:54 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-21 03:42:54 +0000 |
commit | edccd68090c8cf14c72ff7dd7f941bded787479a (patch) | |
tree | ddacad87ad9289f4c069f921c6d5b56f62592994 /community/dd_rescue | |
parent | 469e7cfcfccc3041b64ccc6e15e830b65817aae9 (diff) |
Wed May 21 03:36:10 UTC 2014
Diffstat (limited to 'community/dd_rescue')
-rw-r--r-- | community/dd_rescue/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/dd_rescue/PKGBUILD b/community/dd_rescue/PKGBUILD index 44b4964b5..3de269ff7 100644 --- a/community/dd_rescue/PKGBUILD +++ b/community/dd_rescue/PKGBUILD @@ -1,23 +1,24 @@ -# $Id: PKGBUILD 106460 2014-03-04 02:06:59Z fyan $ +# $Id: PKGBUILD 111576 2014-05-20 16:05:05Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Zerial <fernando@zerial.org> # Contributor: Patrick Leslie Polzer <leslie.polzer@gmx.net> # Contributor: Jose Riha <jose1711 gmail com> pkgname=dd_rescue -pkgver=1.42 +pkgver=1.43 pkgrel=1 pkgdesc="A dd version that is very useful for data-recovery" url="http://www.garloff.de/kurt/linux/ddrescue/" license=("GPL") depends=('glibc') +optdepends=('lzo2: for libddr_lzo') arch=('x86_64' 'i686') source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz") prepare() { cd $pkgname # Don't install to /usr/lib64 - sed -i '/LIBDIR = \/usr\/lib64/d' Makefile + sed -i '/LIB = lib64/d' Makefile } build() { @@ -30,4 +31,4 @@ package() { make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install } -sha512sums=('ef9475c8b64d7d2faeee01544994746e91e7068041a2bd381e28588c15b722daebe142f9d87afe354a3d16783951b8c14a8db665b063d3891f99c60e32c7eaa8') +sha512sums=('d0c090d5d94916cda4bd046b22324ea5c44cfd2f856af56b698ea0e9ab4b622564a652869e50fa4e2e3d59b8d10bbffd00b826453bed06d778e7326ebf72e87d') |