[arch-commits] CVS update of core/support/netcfg (PKGBUILD)

James Rayner james at archlinux.org
Mon Nov 5 12:50:37 UTC 2007


    Date: Monday, November 5, 2007 @ 07:50:37
  Author: james
    Path: /home/cvs-core/core/support/netcfg

   Added: PKGBUILD (1.1)

upgpkg: netcfg 1.99.32-1


----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)


Index: core/support/netcfg/PKGBUILD
diff -u /dev/null core/support/netcfg/PKGBUILD:1.1
--- /dev/null	Mon Nov  5 07:50:37 2007
+++ core/support/netcfg/PKGBUILD	Mon Nov  5 07:50:37 2007
@@ -0,0 +1,20 @@
+# $:Id$
+# Maintainer: James Rayner <james at archlinux.org>
+pkgname=netcfg
+pkgver=1.99.32
+pkgrel=1
+pkgdesc="New network configuration scripts"
+url="http://archlinux.org"
+license=("custom:BSD")
+backup=(etc/iftab)
+depends=(wireless_tools wpa_supplicant net-tools)
+source=(http://src.iphitus.org/netcfg-release/netcfg-$pkgver.tar.gz)
+
+arch=(i686 x86_64)
+
+build() {
+  cd $startdir/src/netcfg-$pkgver
+  make DESTDIR=$startdir/pkg install
+  install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/netcfg/LICENSE
+}
+md5sums=('548f37dcdff054b214805ca0f2764dbe')




More information about the arch-commits mailing list