You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/media-gfx/gfxboot/gfxboot-4.4.3-r2.ebuild

35 lines
744 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
EAPI=5
DESCRIPTION="tool to test and create graphical boot logos"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/gfxboot/${PV}-1/${PN}_${PV}.orig.tar.gz"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="x86 amd64"
IUSE=""
DEPEND="app-arch/cpio
dev-lang/nasm
>=media-libs/freetype-2
app-text/xmlto
dev-libs/libxslt
app-text/docbook-xml-dtd:4.1.2
dev-perl/HTML-Parser"
RDEPEND="${DEPEND}"
RESTRICT="mirror"
PATCHES=(
"${FILESDIR}/gfxboot-fix_warning.patch"
"${FILESDIR}/gfxboot-fix_bigsize.patch"
)
src_install() {
emake DESTDIR="${D}" THEMES="" install || die
}