diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-23 17:14:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-23 17:14:51 +0000 |
commit | 0caa3521cf2b9a3192f81fad76d3f1c8c98091a4 (patch) | |
tree | 448bdc90799dad184cb7788f86a77c868ff7caac /app-text/barcode | |
parent | Oops. Very small change in pkg_postinst(). (diff) | |
download | historical-0caa3521cf2b9a3192f81fad76d3f1c8c98091a4.tar.gz historical-0caa3521cf2b9a3192f81fad76d3f1c8c98091a4.tar.bz2 historical-0caa3521cf2b9a3192f81fad76d3f1c8c98091a4.zip |
initial ebuild #10950
Diffstat (limited to 'app-text/barcode')
-rw-r--r-- | app-text/barcode/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/barcode/barcode-0.98.ebuild | 22 | ||||
-rw-r--r-- | app-text/barcode/files/digest-barcode-0.98 | 1 |
3 files changed, 31 insertions, 0 deletions
diff --git a/app-text/barcode/ChangeLog b/app-text/barcode/ChangeLog new file mode 100644 index 000000000000..d04ea5425602 --- /dev/null +++ b/app-text/barcode/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-text/barcode +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.1 2002/11/23 17:14:51 vapier Exp $ + +*barcode-0.98 (23 Nov 2002) + + 23 Nov 2002; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Miguel Revilla Rodríguez <yo@miguelrevilla.com>. 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} +} diff --git a/app-text/barcode/files/digest-barcode-0.98 b/app-text/barcode/files/digest-barcode-0.98 new file mode 100644 index 000000000000..306891c40f97 --- /dev/null +++ b/app-text/barcode/files/digest-barcode-0.98 @@ -0,0 +1 @@ +MD5 7f10c3307b84a19a4ab2fa4b3f2974da barcode-0.98.tar.gz 335658 |