summaryrefslogtreecommitdiff
path: root/app-misc/serverconf-test/serverconf-test-1.ebuild
blob: eec4b6d2427bd178d7fd4f59d2590b50aeb59e74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 2004-2013 RogentOS
# Distributed under the terms of the GNU General Public License v2

EAPI=5

EGIT_REPO_URI="git://github.com/Rogentos/rogentos-live.git"
EGIT_BRANCH="serverconf-test"

inherit eutils systemd git-2

DESCRIPTION="Rogentos live image scripts and tools"
HOMEPAGE="http://www.rogentos.ro"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 arm x86"
IUSE=""

DEPEND=""
RDEPEND="!app-misc/livecd-tools
	app-admin/eselect-opengl
	dev-util/dialog
	sys-apps/gawk
	sys-apps/pciutils
	sys-apps/keyboard-configuration-helpers
	sys-apps/sed"

src_install() {
	emake DESTDIR="${D}" SYSV_INITDIR="/etc/init.d" \
		SYSTEMD_UNITDIR="$(systemd_get_unitdir)" \
		install || die
	ls -la "${WORKDIR}"/"${PN}"-"${PV}"
}