From 299e917c17619f800f0c21cf43209065b608223f Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Feb 2012 23:15:21 +0000 Subject: Fri Feb 24 23:15:21 UTC 2012 --- community/netcf/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/netcf/PKGBUILD') 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 # Contributor: Aurélien Wailly 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 } -- cgit v1.2.3-54-g00ecf