[arch-commits] Commit in netctl/repos (extra-any)

2016-06-13 Thread root
Date: Monday, June 13, 2016 @ 17:11:52
  Author: root
Revision: 269449

db-remove: netctl removed by root

Deleted:
  netctl/repos/extra-any/


[arch-commits] Commit in netctl/repos (extra-any extra-any/PKGBUILD)

2016-06-13 Thread Florian Pritz
Date: Monday, June 13, 2016 @ 17:11:12
  Author: bluewind
Revision: 269448

archrelease: copy trunk to extra-any

Added:
  netctl/repos/extra-any/
  netctl/repos/extra-any/PKGBUILD
(from rev 269447, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/extra-any/PKGBUILD (from rev 269447, netctl/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2016-06-13 15:11:12 UTC (rev 269448)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen 
+
+pkgname=netctl
+pkgver=1.12
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ppp: for PPP connections'
+'openvswitch: for Open vSwitch connections'
+   )
+source=(https://sources.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('8b7ccdfb585ea50f5b9022c265ba8c96'
+ 'ce7b66719f03fd71142658abb103bd5a')
+validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E')  # Florian Pritz
+
+package() {
+  cd "$srcdir/netctl-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
+  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
+}
+