blob: c2f4b31c0fbd001a040558e313e57588ee6e2e46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 2009 Sabayon Linux
# Distributed under the terms of the GNU General Public License v2
inherit eutils
DESCRIPTION="Rogentos Linux GRUB utilities"
HOMEPAGE="http://www.rogentos.ro"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
src_install () {
exeinto /usr/sbin
doexe "${FILESDIR}/${PN}"
}
|