2013-02-04 13:00:58 +04:00
|
|
|
# Copyright 1999-2013 Gentoo Foundation
|
2012-03-02 10:04:14 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2013-03-13 15:35:30 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livedvd/splash-themes-livedvd-12.0-r1.ebuild,v 1.1 2013/03/12 11:25:36 alonbl Exp $
|
2012-03-02 10:04:14 +04:00
|
|
|
|
|
|
|
EAPI=4
|
|
|
|
|
|
|
|
inherit eutils
|
|
|
|
|
|
|
|
DESCRIPTION="Gentoo theme for gensplash consoles"
|
|
|
|
HOMEPAGE="http://www.gentoo.org/"
|
|
|
|
SRC_URI="http://dev.gentoo.org/~tampakrap/tarballs/${P}.tar.bz2"
|
|
|
|
|
2012-12-17 10:17:04 +04:00
|
|
|
LICENSE="Artistic GPL-2 BitstreamVera"
|
2012-03-02 10:04:14 +04:00
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
RESTRICT="binchecks strip"
|
|
|
|
|
|
|
|
DEPEND=">=media-gfx/splashutils-1.4.1[png]"
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
|
|
|
src_prepare() {
|
|
|
|
sed -i -e 's:/sbin/functions.sh:/etc/init.d/functions.sh:' scripts/rc_init-pre
|
|
|
|
}
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
dodir /etc/splash/livedvd-${PV}
|
|
|
|
insinto /etc/splash/livedvd-${PV}
|
|
|
|
doins -r *
|
2013-02-04 13:00:58 +04:00
|
|
|
insopts -m 0755
|
|
|
|
doins -r scripts
|
2012-03-02 10:04:14 +04:00
|
|
|
}
|