summaryrefslogtreecommitdiff
path: root/community/netcf
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/netcf
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/netcf')
-rw-r--r--community/netcf/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/community/netcf/PKGBUILD b/community/netcf/PKGBUILD
deleted file mode 100644
index 5a4727a7e..000000000
--- a/community/netcf/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 90691 2013-05-13 14:30:21Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Aurélien Wailly <aurelien.wailly@gmail.com>
-
-pkgname=netcf
-pkgver=0.2.3
-pkgrel=2
-pkgdesc="A library for configuring network interfaces"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="https://fedorahosted.org/netcf/"
-depends=('augeas>=0.7.4' 'netctl' 'libxslt' 'libxml2' 'libnl')
-makedepends=('gcc')
-options=(!libtool)
-source=("https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz")
-md5sums=('bee292470b06201b59af0fad473a1b65')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- aclocal
- automake --add-missing || true
- autoreconf
- ./configure --prefix=/usr \
- --disable-static \
- --with-init-script=none \
- --with-driver=redhat
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR=${pkgdir} install
- rm -rf $pkgdir/etc/rc.d
-}