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

Florian Pritz bluewind at archlinux.org
Tue Apr 3 18:27:08 UTC 2012


    Date: Tuesday, April 3, 2012 @ 14:27:08
  Author: bluewind
Revision: 155449

archrelease: copy trunk to testing-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-03 18:26:50 UTC (rev 155448)
+++ PKGBUILD	2012-04-03 18:27:08 UTC (rev 155449)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jouke Witteveen <j.witteveen at gmail.com>
-
-pkgname=netcfg
-pkgver=2.7.1
-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")
-#makedepends=('asciidoc')  # The source tarball includes pre-built documentation.
-optdepends=('dialog: Required for menu based profile and wifi selectors'
-            '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 for net-rename'
-           )
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
-arch=(any)
-sha256sums=('5f97f3eeff50fdc3c5fd2aaa251f50a73acb08116d97bddfa35adf600bc427bb')
-
-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/etc/bash_completion.d/netcfg"
-  install -D -m644 contrib/zsh-completion "$pkgdir/usr/share/zsh/site-functions/_netcfg"
-}

Copied: netcfg/repos/testing-any/PKGBUILD (from rev 155448, netcfg/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-04-03 18:27:08 UTC (rev 155449)
@@ -0,0 +1,32 @@
+# Maintainer: Jouke Witteveen <j.witteveen at gmail.com>
+
+pkgname=netcfg
+pkgver=2.7.3
+pkgrel=1
+pkgdesc="Network configuration and profile scripts"
+url="http://archlinux.org"
+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=('c1c550f292881ec3edc36232293ed3f0')
+
+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