summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-23 17:14:51 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-23 17:14:51 +0000
commit5964d108fd9ec98155ea765beea5e2b58042eeb1 (patch)
tree22365539ae19bf0086b409eb6a129bc3715cb207 /app-text/barcode/barcode-0.98.ebuild
parentOops. Very small change in pkg_postinst(). (diff)
downloadgentoo-2-5964d108fd9ec98155ea765beea5e2b58042eeb1.tar.gz
gentoo-2-5964d108fd9ec98155ea765beea5e2b58042eeb1.tar.bz2
gentoo-2-5964d108fd9ec98155ea765beea5e2b58042eeb1.zip
initial ebuild #10950
Diffstat (limited to 'app-text/barcode/barcode-0.98.ebuild')
-rw-r--r--app-text/barcode/barcode-0.98.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-text/barcode/barcode-0.98.ebuild b/app-text/barcode/barcode-0.98.ebuild
new file mode 100644
index 000000000000..4513adf48e9f
--- /dev/null
+++ b/app-text/barcode/barcode-0.98.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2002 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.1 2002/11/23 17:14:51 vapier Exp $
+
+DESCRIPTION="GNU/Barcode - A barcode generator"
+SRC_URI="mirror://gnu/barcode/${P}.tar.gz"
+HOMEPAGE="http://www.gnu.org/software/barcode/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+src_compile() {
+ econf
+ make || die
+}
+
+src_install() {
+ einstall
+ prepinfo
+ dodoc ChangeLog README TODO doc/barcode.{pdf,ps}
+}