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.
gentoo-overlay/app-cdr/cdlabelgen/cdlabelgen-4.0.0.ebuild

27 lines
642 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit eutils
DESCRIPTION="CD cover, tray card and envelope generator"
HOMEPAGE="http://www.aczoom.com/tools/cdinsert"
SRC_URI="http://www.aczoom.com/pub/tools/${P}.tgz"
LICENSE="aczoom"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""
RDEPEND="dev-lang/perl"
src_unpack() {
unpack ${A}
epatch "${FILESDIR}"/${PV}-create-MAN_DIR.diff
}
src_install() {
emake install BASE_DIR="${D}"/usr || die "emake failed"
dodoc ChangeLog README INSTALL.WEB cdinsert.pl || die "dodoc failed."
dohtml *.html || die "dohtml failed."
}