summaryrefslogtreecommitdiff
path: root/community/dar/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dar/PKGBUILD')
-rw-r--r--community/dar/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/community/dar/PKGBUILD b/community/dar/PKGBUILD
index ed45120c7..114ae48fe 100644
--- a/community/dar/PKGBUILD
+++ b/community/dar/PKGBUILD
@@ -1,24 +1,22 @@
-# $Id: PKGBUILD 49277 2011-06-13 15:55:00Z shusmann $
+# $Id: PKGBUILD 52259 2011-07-22 16:01:25Z shusmann $
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=dar
-pkgver=2.4.0
-pkgrel=3
+pkgver=2.4.1
+pkgrel=1
pkgdesc='A full featured command-line backup tool, short for Disk ARchive'
arch=('i686' 'x86_64' 'mips64el')
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"
-"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')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('727e0b266d761e4dfd48a6af759413cb')
options=('!libtool')
build() {
cd "$srcdir/$pkgname-$pkgver"
- patch -p2 < $srcdir/patch-2.4.1_interim.patch
+
./configure --prefix=/usr --sysconfdir=/etc
make
}