netctl: bump 1.9
This commit is contained in:
parent
7fbdc32444
commit
71f737a039
37
packages/sys-apps/netctl/netctl-1.9.exheres-0
Normal file
37
packages/sys-apps/netctl/netctl-1.9.exheres-0
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
# Copyright 2014 Denis Knauf
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
SUMMERY="Network control utility based on systemd"
|
||||||
|
HOMEPAGE="https://projects.archlinux.org/netctl.git/"
|
||||||
|
DOWNLOADS="https://projects.archlinux.org/netctl.git/snapshot/${PNV}.tar.gz"
|
||||||
|
SLOT="0"
|
||||||
|
LICENCES="GPL-3"
|
||||||
|
PLATFORMS="~amd64 ~x86"
|
||||||
|
MYOPTIONS=""
|
||||||
|
DEPENDENCIES="
|
||||||
|
build:
|
||||||
|
virtual/pkg-config
|
||||||
|
build+run:
|
||||||
|
app-shells/bash
|
||||||
|
sys-apps/systemd
|
||||||
|
run:
|
||||||
|
sys-apps/coreutils
|
||||||
|
sys-apps/iproute2
|
||||||
|
suggestion:
|
||||||
|
net-misc/bridge-utils
|
||||||
|
sys-apps/dialog
|
||||||
|
virtual/dhcp-client
|
||||||
|
"
|
||||||
|
DEFAULT_SRC_INSTALL_PARAMS+=( DESTDIR="${IMAGE}" )
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
# nothing to do
|
||||||
|
true
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
default
|
||||||
|
|
||||||
|
keepdir /etc/netctl/interfaces
|
||||||
|
keepdir /etc/netctl/hooks
|
||||||
|
}
|
Loading…
Reference in a new issue