netctl: removed... we don't need this anymore.
This commit is contained in:
parent
580f368610
commit
b27d853e07
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
# Template file for 'netctl'
|
||||
pkgname=netctl
|
||||
version=1.7
|
||||
revision=1
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="iproute2 openresolv dhcpcd wpa_supplicant dialog systemd-devel"
|
||||
depends="iproute2 openresolv dhcpcd wpa_supplicant dialog systemd"
|
||||
noarch="yes"
|
||||
make_dirs="
|
||||
/etc/netctl/interfaces 0750 root root
|
||||
/etc/netctl/hooks 0750 root root"
|
||||
short_desc="Profile based systemd network management"
|
||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
homepage="http://projects.archlinux.org/netctl.git/"
|
||||
license="GPL"
|
||||
distfiles="ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=1960f610e183a600b152301b63b9558b51f1b9efa026a38b6f6b217ead34f3f4
|
||||
|
||||
do_install() {
|
||||
make PREFIX=/usr DESTDIR=$DESTDIR install
|
||||
vinstall contrib/bash-completion 644 usr/share/bash-completion/completions/netctl
|
||||
vinstall contrib/zsh-completion 644 usr/share/zsh/site-functions/_netctl
|
||||
}
|
Loading…
Reference in a new issue