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

Florian Pritz bluewind at archlinux.org
Wed Oct 11 18:25:41 UTC 2017


    Date: Wednesday, October 11, 2017 @ 18:25:39
  Author: bluewind
Revision: 307514

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
    (from rev 307513, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 307513, netctl/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2017-10-11 18:25:39 UTC (rev 307514)
@@ -0,0 +1,38 @@
+# Maintainer: Jouke Witteveen <j.witteveen at gmail.com>
+
+pkgname=netctl
+pkgver=1.14
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd>=233')
+# 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=('81aa248ecd0e787d49d1eed6dc7ffb1a'
+         '0b28bf18f648c05e048f8881786443ff')
+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"
+  ln -s netctl "$pkgdir/usr/share/bash-completion/completions/netctl-auto"
+  ln -s netctl "$pkgdir/usr/share/bash-completion/completions/wifi-menu"
+  install -D -m644 contrib/zsh-completion "$pkgdir/usr/share/zsh/site-functions/_netctl"
+}
+



More information about the arch-commits mailing list