summaryrefslogtreecommitdiff
path: root/community/augeas
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-23 23:15:26 +0000
committerroot <root@rshg054.dnsready.net>2011-11-23 23:15:26 +0000
commit1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (patch)
tree070846cb6770ab17d394d88c3f0cd3ad3eb89842 /community/augeas
parent851ab9aa99e9bda38f88b5f5ade096c9137e11c8 (diff)
Wed Nov 23 23:15:26 UTC 2011
Diffstat (limited to 'community/augeas')
-rw-r--r--community/augeas/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/augeas/PKGBUILD b/community/augeas/PKGBUILD
index 51cd9aa07..398840a63 100644
--- a/community/augeas/PKGBUILD
+++ b/community/augeas/PKGBUILD
@@ -1,18 +1,18 @@
+# $Id: PKGBUILD 59250 2011-11-22 01:03:57Z ebelanger $
# Contributor: Thomas S Hatch <thatch45@gmail.com>
# Contributor: Jon Nordby <jononor@gmail.com>
pkgname=augeas
-pkgver=0.8.0
+pkgver=0.9.0
pkgrel=1
pkgdesc="A configuration editing tool that parses config files and transforms them into a tree"
arch=('i686' 'x86_64')
-license=('LGPL')
url="http://augeas.net"
-depends=('readline')
-makedepends=('gcc' 'bison' 'flex')
-options=(!libtool)
+license=('LGPL')
+depends=('readline' 'gcc-libs')
+options=('!libtool')
source=(http://augeas.net/download/$pkgname-$pkgver.tar.gz)
-md5sums=('e425bcfc46fd5b18473a4ff47c2878d3')
+md5sums=('5ef0ce53ce4c75f59ab2523506731084')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -22,5 +22,5 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR=$pkgdir install
+ make DESTDIR="$pkgdir" install
}