[arch-commits] Commit in netcfg/repos (3 files)

Thomas Bächler thomas at archlinux.org
Sun May 13 13:00:55 UTC 2012


    Date: Sunday, May 13, 2012 @ 09:00:55
  Author: thomas
Revision: 158930

db-move: moved netcfg from [testing] to [core] (any)

Added:
  netcfg/repos/core-any/PKGBUILD
    (from rev 158929, netcfg/repos/testing-any/PKGBUILD)
Deleted:
  netcfg/repos/core-any/PKGBUILD
  netcfg/repos/testing-any/

----------+
 PKGBUILD |   62 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 32 insertions(+), 30 deletions(-)

Deleted: core-any/PKGBUILD
===================================================================
--- core-any/PKGBUILD	2012-05-13 11:58:32 UTC (rev 158929)
+++ core-any/PKGBUILD	2012-05-13 13:00:55 UTC (rev 158930)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng <remy at archlinux.org>
-# Contributor: James Rayner <james at archlinux.org>
-
-pkgname=netcfg
-pkgver=2.6.8
-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)
-md5sums=('8ea930ff39f5b08751372d32a5681478')
-
-package() {
-  cd "$srcdir/netcfg-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/netcfg/LICENSE"
-}
-

Copied: netcfg/repos/core-any/PKGBUILD (from rev 158929, netcfg/repos/testing-any/PKGBUILD)
===================================================================
--- core-any/PKGBUILD	                        (rev 0)
+++ core-any/PKGBUILD	2012-05-13 13:00:55 UTC (rev 158930)
@@ -0,0 +1,32 @@
+# Maintainer: Jouke Witteveen <j.witteveen at gmail.com>
+
+pkgname=netcfg
+pkgver=2.8.2
+pkgrel=1
+pkgdesc="Network configuration and profile scripts"
+url="http://archlinux.org/netcfg/"
+license=("BSD")
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=("coreutils" "dhcpcd" "iproute2")
+#makedepends=('asciidoc')  # The source tarball includes pre-built documentation.
+optdepends=('dialog: for the menu based profile and wifi selectors'
+            'bridge-utils: for bridge connections'
+            'wpa_supplicant: for wireless networking support'
+            'wpa_actiond: for automatic wireless connections through rc.d/net-auto-wireless'
+            'ifplugd: for automatic wired connections through rc.d/net-auto-wired'
+            'wireless_tools: for interface renaming through net-rename'
+           )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
+arch=(any)
+md5sums=('0f8dbdbb9b18b34d791407179ce90923')
+
+package() {
+  cd "$srcdir/netcfg-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/netcfg/LICENSE"
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion "$pkgdir/usr/share/bash-completion/completions/netcfg"
+  install -D -m644 contrib/zsh-completion "$pkgdir/usr/share/zsh/site-functions/_netcfg"
+}
+




More information about the arch-commits mailing list