summaryrefslogtreecommitdiff
path: root/community/dar/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dar/PKGBUILD')
-rw-r--r--community/dar/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/dar/PKGBUILD b/community/dar/PKGBUILD
index 6c3331934..fd4af6747 100644
--- a/community/dar/PKGBUILD
+++ b/community/dar/PKGBUILD
@@ -1,22 +1,24 @@
-# $Id: PKGBUILD 48698 2011-06-05 04:47:47Z shusmann $
+# $Id: PKGBUILD 49277 2011-06-13 15:55:00Z shusmann $
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=dar
pkgver=2.4.0
-pkgrel=1
+pkgrel=3
pkgdesc='A full featured command-line backup tool, short for Disk ARchive'
arch=('i686' 'x86_64')
url='http://dar.linux.free.fr/'
license=('GPL')
depends=('bzip2' 'lzo2' 'libgcrypt')
optdepends=('perl: for running some samples')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('1e0e02d3c90cdaaaf2850eff25599fba')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz"
+"patch-2.4.1_interim.patch.gz::http://sourceforge.net/tracker/download.php?group_id=65612&atid=511612&file_id=413935&aid=3312050")
+md5sums=('1e0e02d3c90cdaaaf2850eff25599fba'
+ '006ab95d969f32771940a3115dea8199')
options=('!libtool')
build() {
cd "$srcdir/$pkgname-$pkgver"
-
+ patch -p2 < $srcdir/patch-2.4.1_interim.patch
./configure --prefix=/usr --sysconfdir=/etc
make
}