summaryrefslogtreecommitdiff
path: root/community/dar/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dar/PKGBUILD')
-rw-r--r--community/dar/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/dar/PKGBUILD b/community/dar/PKGBUILD
index 114ae48fe..eccdb887d 100644
--- a/community/dar/PKGBUILD
+++ b/community/dar/PKGBUILD
@@ -1,6 +1,7 @@
-# $Id: PKGBUILD 52259 2011-07-22 16:01:25Z shusmann $
-# Contributor: Aaron Schaefer <aaron@elasticdog.com>
+# $Id: PKGBUILD 55079 2011-09-02 08:39:46Z andrea $
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# Contributor: Aaron Schaefer <aaron@elasticdog.com>
+
pkgname=dar
pkgver=2.4.1
pkgrel=1
@@ -10,6 +11,7 @@ url='http://dar.linux.free.fr/'
license=('GPL')
depends=('bzip2' 'lzo2' 'libgcrypt')
optdepends=('perl: for running some samples')
+makedepends=('doxygen')
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('727e0b266d761e4dfd48a6af759413cb')
options=('!libtool')
@@ -20,6 +22,7 @@ build() {
./configure --prefix=/usr --sysconfdir=/etc
make
}
+
package() {
cd "$srcdir/$pkgname-$pkgver"
install -d $pkgdir/usr/share/doc/$pkgname