From 83349ff1f6174e6d614d27d4ec41b6c17eebbdfa Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Mon, 6 Jan 2014 23:58:37 +0100 Subject: [PATCH] sys-apps/netctl added --- metadata/categories.conf | 1 + packages/sys-apps/netctl/netctl-1.4.exheres-0 | 32 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 packages/sys-apps/netctl/netctl-1.4.exheres-0 diff --git a/metadata/categories.conf b/metadata/categories.conf index fceaf5d..850c11d 100644 --- a/metadata/categories.conf +++ b/metadata/categories.conf @@ -4,4 +4,5 @@ app-paludis dev-lang net-libs net-proxy +sys-apps sys-fs diff --git a/packages/sys-apps/netctl/netctl-1.4.exheres-0 b/packages/sys-apps/netctl/netctl-1.4.exheres-0 new file mode 100644 index 0000000..15c7ee1 --- /dev/null +++ b/packages/sys-apps/netctl/netctl-1.4.exheres-0 @@ -0,0 +1,32 @@ +# 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: + sys-apps/systemd + app-shells/bash + run: + sys-apps/iproute2 + sys-apps/coreutils + suggestion: + sys-apps/dialog + || ( + net-misc/dhcpcd + net-misc/dhcp + ) + net-misc/bridge-utils +" +DEFAULT_SRC_INSTALL_PARAMS+=( DESTDIR="${IMAGE}" ) + +src_compile() { + # nothing to do +}