diff options
author | root <root@rshg054.dnsready.net> | 2012-01-17 23:14:55 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-17 23:14:55 +0000 |
commit | 7de0a9c21ecdb7becae761d7c9f2e723cb9ae0d3 (patch) | |
tree | cf569d409766ee004e997226104d64aa76bcd28f /community/augeas/PKGBUILD | |
parent | 08a16f35d70b750b4db213a4bfcbacf5b3be4d74 (diff) |
Tue Jan 17 23:14:54 UTC 2012
Diffstat (limited to 'community/augeas/PKGBUILD')
-rw-r--r-- | community/augeas/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/augeas/PKGBUILD b/community/augeas/PKGBUILD index cf3764b29..6cc5ed1d3 100644 --- a/community/augeas/PKGBUILD +++ b/community/augeas/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 60191 2011-12-07 04:43:36Z ebelanger $ +# $Id: PKGBUILD 62121 2012-01-16 09:07:06Z spupykin $ # Contributor: Thomas S Hatch <thatch45@gmail.com> # Contributor: Jon Nordby <jononor@gmail.com> pkgname=augeas pkgver=0.10.0 -pkgrel=1 +pkgrel=2 pkgdesc="A configuration editing tool that parses config files and transforms them into a tree" arch=('i686' 'x86_64') url="http://augeas.net" license=('LGPL') -depends=('libxml2') +depends=('libxml2' 'gcc-libs') options=('!libtool') source=(http://augeas.net/download/$pkgname-$pkgver.tar.gz{,.sig}) md5sums=('fe1834e90a066c3208ac0214622c7352' @@ -17,6 +17,7 @@ md5sums=('fe1834e90a066c3208ac0214622c7352' build() { cd "$srcdir/$pkgname-$pkgver" + sed -i 's|Requires:.*|Requires: libxml-2.0|' augeas.pc.in ./configure --prefix=/usr make } |