# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-cdr/cdlabelgen/cdlabelgen-2.6.0.ebuild,v 1.1 2003/08/27 01:53:11 zul Exp $ DESCRIPTION="CD cover, tray card and envelope generator" HOMEPAGE="http://www.aczone.com/tools/cdinsert" SRC_URI="http://www.aczone.com/pub/tools/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" RDEPEND=">=perl-5.6.1" DEPEND="sys-apps/tar sys-apps/gzip" src_compile() { patch -p1 -i ${FILESDIR}/makefile.patch-2.6.0 } src_install() { emake DESTDIR="${D}" install || die "install problem" dodoc README INSTALL.WEB *.spec cdinsert.pl dohtml *.html }