[arch-commits] Commit in netctl/repos (testing-any testing-any/PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Tue Aug 5 12:59:27 UTC 2014
Date: Tuesday, August 5, 2014 @ 14:59:27
Author: bluewind
Revision: 219330
archrelease: copy trunk to testing-any
Added:
netctl/repos/testing-any/
netctl/repos/testing-any/PKGBUILD
(from rev 219329, netctl/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: netctl/repos/testing-any/PKGBUILD (from rev 219329, netctl/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2014-08-05 12:59:27 UTC (rev 219330)
@@ -0,0 +1,34 @@
+# Maintainer: Jouke Witteveen <j.witteveen at gmail.com>
+
+pkgname=netctl
+pkgver=1.9
+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 pppoe connections'
+ )
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('bef78b017f9a950c6bd7997ab6f3ea49'
+ 'b581c4db2759874ce1795b777f365398')
+
+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"
+}
+
More information about the arch-commits
mailing list