mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 13:24:36 +08:00
netcf: 0.2.8, switched from netcfg to netctl as dependency
This commit is contained in:
parent
ac912614a4
commit
cba47c3223
@ -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}"
|
||||||
|
Loading…
Reference in New Issue
Block a user