# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.8 2004/07/13 20:42:58 agriffis Exp $ inherit eutils DESCRIPTION="barcode generator" HOMEPAGE="http://www.gnu.org/software/barcode/" SRC_URI="mirror://gnu/barcode/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${PV}-info.patch sed -i \ -e 's:/info:/share/info:' \ -e 's:/man/:/share/man/:' \ Makefile.in } src_install() { emake install prefix=${D}/usr || die dodoc ChangeLog README TODO doc/barcode.{pdf,ps} }