[arch-commits] Commit in netcf/repos (4 files)

Thomas Bächler thomas at nymeria.archlinux.org
Sat Feb 9 20:06:11 UTC 2013


    Date: Saturday, February 9, 2013 @ 21:06:11
  Author: thomas
Revision: 84069

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  netcf/repos/community-testing-i686/
  netcf/repos/community-testing-i686/PKGBUILD
    (from rev 84068, netcf/trunk/PKGBUILD)
  netcf/repos/community-testing-x86_64/
  netcf/repos/community-testing-x86_64/PKGBUILD
    (from rev 84068, netcf/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: netcf/repos/community-testing-i686/PKGBUILD (from rev 84068, netcf/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-02-09 20:06:11 UTC (rev 84069)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Aurélien Wailly <aurelien.wailly at gmail.com>
+
+pkgname=netcf
+pkgver=0.2.2
+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' 'netcfg' 'libxslt' 'libxml2' 'libnl')
+makedepends=('gcc')
+options=(!libtool)
+source=("https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz")
+md5sums=('fbcd47101797b8fcd9519e22002cd200')
+
+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/init.d
+}

Copied: netcf/repos/community-testing-x86_64/PKGBUILD (from rev 84068, netcf/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-02-09 20:06:11 UTC (rev 84069)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Aurélien Wailly <aurelien.wailly at gmail.com>
+
+pkgname=netcf
+pkgver=0.2.2
+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' 'netcfg' 'libxslt' 'libxml2' 'libnl')
+makedepends=('gcc')
+options=(!libtool)
+source=("https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz")
+md5sums=('fbcd47101797b8fcd9519e22002cd200')
+
+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/init.d
+}




More information about the arch-commits mailing list