diff options
Diffstat (limited to 'community/netcf/PKGBUILD')
-rw-r--r-- | community/netcf/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/netcf/PKGBUILD b/community/netcf/PKGBUILD index cfc7411aa..0383ca4da 100644 --- a/community/netcf/PKGBUILD +++ b/community/netcf/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 60351 2011-12-11 20:20:01Z spupykin $ +# $Id: PKGBUILD 66320 2012-02-23 14:03:54Z allan $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Aurélien Wailly <aurelien.wailly@gmail.com> pkgname=netcf pkgver=0.1.7 -pkgrel=2 +pkgrel=3 pkgdesc="A library for configuring network interfaces" arch=('i686' 'x86_64') license=('LGPL') url="https://fedorahosted.org/netcf/" -depends=('augeas>=0.7.4' 'netcfg' 'libxslt' 'libxml2' 'libnl') +depends=('augeas>=0.7.4' 'netcfg' 'libxslt' 'libxml2' 'libnl1') makedepends=('gcc') options=(!libtool) source=("https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz" @@ -20,7 +20,7 @@ md5sums=('8e313b623c907eb035cf3948b71fecc2' build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -Np1 -i ${srcdir}/netcf-0.1.7.patch - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-static make } |