summaryrefslogtreecommitdiff
path: root/community/dar/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-07-24 00:03:37 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-07-24 00:03:37 -0500
commit070c331922151d301e3147728cae638902b61db9 (patch)
tree72e112fe8edc90e296f318b0603f3288369f43a9 /community/dar/PKGBUILD
parent0d18015803bebeb58911bf791653597291056095 (diff)
parent0e8166d926f929f470d01d5bc8c8823e094742da (diff)
Commiting libre package llvm-2.9-6
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
}