summaryrefslogtreecommitdiff
blob: 852765f4fb963e90d8068b44efbceb7fe8726e71 (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
34
35
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit autotools

DESCRIPTION="Graphical boot animation (splash) and logger"
HOMEPAGE="http://cgit.freedesktop.org/plymouth/"
SRC_URI="http://cgit.freedesktop.org/${PN}/snapshot/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=""
RDEPEND="sys-boot/dracut"


src_prepare() {

	eautoreconf

}


src_install() {
	emake install DESTDIR="${D}" || die "install failed"

	#work around qa warning
	rm "${D}"/lib/libply.la
	rm "${D}"/lib/libply.a
}