From 49b5fc3f4c2aad1ed2bdbaf2fe7a2f1d3a03cb6f Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Thu, 24 Sep 2015 06:04:02 +0000 Subject: [PATCH] netcfg: removed, it's replaced by netctl. --- netcfg/PKGBUILD | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 netcfg/PKGBUILD diff --git a/netcfg/PKGBUILD b/netcfg/PKGBUILD deleted file mode 100644 index 017a96004..000000000 --- a/netcfg/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ - -pkgname=netcfg -pkgver=3.2 -pkgrel=1 -pkgdesc='Network configuration and profile scripts' -url='https://github.com/GNU-Pony/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://github.com/GNU-Pony/netcfg/archive/${pkgver}.tar.gz") -arch=(any) -sha256sums=(1c78f046af2d6f3aa13476cac804a05ee14ffef2b5f6b30dbba055400755a08f) - -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" -} \ No newline at end of file