[arch-commits] Commit in netcfg/repos (testing-any testing-any/PKGBUILD)

Thomas Bächler thomas at archlinux.org
Sun Mar 18 15:36:20 UTC 2012


    Date: Sunday, March 18, 2012 @ 11:36:19
  Author: thomas
Revision: 153718

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/
  netcfg/repos/testing-any/PKGBUILD
    (from rev 153717, netcfg/trunk/PKGBUILD)

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

Copied: netcfg/repos/testing-any/PKGBUILD (from rev 153717, netcfg/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-03-18 15:36:19 UTC (rev 153718)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+# Contributor: James Rayner <james at archlinux.org>
+
+pkgname=netcfg
+pkgver=2.7
+pkgrel=1
+pkgdesc="Network configuration and profile scripts"
+url="http://archlinux.org"
+license=("BSD")
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=("coreutils" "dhcpcd>=4.0" "iproute2")
+optdepends=('dialog: Required for menu based profile selector'
+            'bridge-utils: To set up bridge connections'
+            'wpa_supplicant: required for wireless network support'
+            'wpa_actiond: Required for automatic wireless connection with rc.d/net-auto-wireless'
+            'ifplugd: Required for automatic wired connection with rc.d/net-auto-wired'
+            'wireless_tools: Required to support obsolete IWCONFIG option'
+            'net-tools: required to support obsolete IFOPTS option'
+            )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz)
+arch=(any)
+sha256sums=('fa0fbda880314c1e474f5b102b0ea6d7aa0ec187c9a5f31fac36ca8096e05c03')
+
+package() {
+  cd "$srcdir/netcfg-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/netcfg/LICENSE"
+}




More information about the arch-commits mailing list