Date: Tuesday, July 16, 2013 @ 09:55:10 Author: cbehan Revision: 94178
upgpkg: netcfg 3.1-4 Update to 3.1-4 Added: netcfg/trunk/ netcfg/trunk/PKGBUILD ----------+ PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) Added: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD (rev 0) +++ trunk/PKGBUILD 2013-07-16 07:55:10 UTC (rev 94178) @@ -0,0 +1,41 @@ +# Maintainer: Connor Behan <[email protected]> +# Contributor: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> +# Contributor: Jouke Witteveen <[email protected]> + +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" +} + Property changes on: netcfg/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
