netcf: 0.2.8, switched from netcfg to netctl as dependency

This commit is contained in:
Neophytos Kolokotronis 2015-04-27 15:56:27 +00:00
parent ac912614a4
commit cba47c3223

View File

@ -1,20 +1,15 @@
#
# Platform Packages for Chakra, part of chakra-project.org
#
# maintainer abveritas@chakra-project.org
pkgname=netcf pkgname=netcf
pkgver=0.2.2 pkgver=0.2.8
pkgrel=2 pkgrel=1
pkgdesc="A library for configuring network interfaces" pkgdesc="A library for configuring network interfaces"
arch=('x86_64') arch=('x86_64')
license=('LGPL') license=('LGPL')
url="https://fedorahosted.org/netcf/" url="https://fedorahosted.org/netcf/"
depends=('augeas>=0.7.4' 'netcfg' 'libxslt' 'libxml2' 'libnl') depends=('augeas' 'netctl' 'libxslt' 'libxml2' 'libnl')
makedepends=('gcc') makedepends=('gcc')
options=(!libtool) options=(!libtool)
source=("https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz") source=("https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz")
md5sums=('fbcd47101797b8fcd9519e22002cd200') md5sums=('8edfc9a5856468ae4f8ee97415a3dbf3')
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"