diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 21:49:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 21:49:19 +0000 |
commit | 172ec70fbfc920f7d96581b7c3886845218e7195 (patch) | |
tree | 12a8d5c97f8d7b029d9d242aadf23507d91329e7 /app-text/barcode | |
parent | Added a check to the ebuild to update the patch to use the latest available K... (diff) | |
download | historical-172ec70fbfc920f7d96581b7c3886845218e7195.tar.gz historical-172ec70fbfc920f7d96581b7c3886845218e7195.tar.bz2 historical-172ec70fbfc920f7d96581b7c3886845218e7195.zip |
add inherit eutils
Diffstat (limited to 'app-text/barcode')
-rw-r--r-- | app-text/barcode/barcode-0.98.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app-text/barcode/barcode-0.98.ebuild b/app-text/barcode/barcode-0.98.ebuild index 525ec1adb566..f0445058adc9 100644 --- a/app-text/barcode/barcode-0.98.ebuild +++ b/app-text/barcode/barcode-0.98.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.4 2004/03/12 09:18:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.5 2004/04/07 21:37:40 vapier Exp $ + +inherit eutils DESCRIPTION="barcode generator" HOMEPAGE="http://www.gnu.org/software/barcode/" @@ -20,11 +22,6 @@ src_unpack() { Makefile.in } -src_compile() { - econf || die - emake || die -} - src_install() { emake install prefix=${D}/usr || die dodoc ChangeLog README TODO doc/barcode.{pdf,ps} |