| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: $
|
| 4 |
|
| 5 |
EAPI="2"
|
| 6 |
inherit eutils
|
| 7 |
|
| 8 |
DESCRIPTION="Official Sabayon Linux Entropy Notification Applet Loader"
|
| 9 |
HOMEPAGE="http://www.sabayon.org"
|
| 10 |
LICENSE="GPL-2"
|
| 11 |
|
| 12 |
SLOT="0"
|
| 13 |
KEYWORDS="~amd64 ~arm ~x86"
|
| 14 |
IUSE=""
|
| 15 |
|
| 16 |
SRC_URI="mirror://sabayon/sys-apps/entropy-${PV}.tar.bz2"
|
| 17 |
S="${WORKDIR}/entropy-${PV}/magneto"
|
| 18 |
|
| 19 |
DEPEND="~sys-apps/magneto-core-${PV}
|
| 20 |
~app-admin/rigo-${PV}"
|
| 21 |
RDEPEND="${DEPEND}"
|
| 22 |
|
| 23 |
src_compile() {
|
| 24 |
einfo "nothing to compile"
|
| 25 |
}
|
| 26 |
|
| 27 |
src_install() {
|
| 28 |
emake DESTDIR="${D}" LIBDIR="usr/lib" magneto-loader-install || die "make install failed"
|
| 29 |
}
|