summaryrefslogtreecommitdiff
blob: 4513adf48e9f07a74fa7d6161bae1d21fb308c39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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}
}