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

Connor Behan cbehan at nymeria.archlinux.org
Tue Jul 16 07:55:40 UTC 2013


    Date: Tuesday, July 16, 2013 @ 09:55:40
  Author: cbehan
Revision: 94179

archrelease: copy trunk to community-any

Added:
  netcfg/repos/
  netcfg/repos/community-any/
  netcfg/repos/community-any/PKGBUILD
    (from rev 94178, netcfg/trunk/PKGBUILD)

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

Copied: netcfg/repos/community-any/PKGBUILD (from rev 94178, netcfg/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2013-07-16 07:55:40 UTC (rev 94179)
@@ -0,0 +1,41 @@
+# Maintainer: Connor Behan <connor.behan at gmail.com>
+# Contributor: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
+# Contributor: Jouke Witteveen <j.witteveen at gmail.com>
+
+pkgname=netcfg
+pkgver=3.1
+pkgrel=4
+pkgdesc="Predecessor to netctl"
+# Alternate URL is https://github.com/GNU-Pony/netcfg
+url="http://archlinux.org/netcfg"
+license=("BSD")
+backup=(etc/iftab etc/conf.d/netcfg)
+groups=(base)
+depends=("coreutils" "dhcpcd" "iproute2")
+makedepends=('asciidoc')
+conflicts=('netctl')
+optdepends=('dialog: for the menu based profile and wifi selectors'
+            'wpa_supplicant: for wireless networking support'
+            'ifplugd: for automatic wired connections through net-auto-wired'
+            'wpa_actiond: for automatic wireless connections through net-auto-wireless'
+            'wireless_tools: for interface renaming through net-rename'
+            'ifenslave: for bond connections'
+            'bridge-utils: for bridge connections'
+           )
+source=(https://projects.archlinux.org/$pkgname.git/snapshot/$pkgname-$pkgver.tar.gz)
+arch=(any)
+md5sums=('e2e0443f69a4e2379b2a3c5179534c9d')
+
+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"
+
+  # Compatibility
+  ln -s netcfg.service "$pkgdir/usr/lib/systemd/system/net-profiles.service"
+}
+




More information about the arch-commits mailing list