diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 13:31:56 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 13:31:56 +0000 |
commit | 43098e31a50cc9866df943f92c007fe9ad305a51 (patch) | |
tree | d9ab45324169749d4effa8e14fd9f9a49b37972d /dev-util/pccts | |
parent | repoman'd (diff) | |
download | historical-43098e31a50cc9866df943f92c007fe9ad305a51.tar.gz historical-43098e31a50cc9866df943f92c007fe9ad305a51.tar.bz2 historical-43098e31a50cc9866df943f92c007fe9ad305a51.zip |
repoman'd
Diffstat (limited to 'dev-util/pccts')
-rw-r--r-- | dev-util/pccts/pccts-1.33.32-r1.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/pccts/pccts-1.33.32-r1.ebuild b/dev-util/pccts/pccts-1.33.32-r1.ebuild index 93f3f9962c3a..32ceebc0033e 100644 --- a/dev-util/pccts/pccts-1.33.32-r1.ebuild +++ b/dev-util/pccts/pccts-1.33.32-r1.ebuild @@ -1,14 +1,17 @@ # Copyright 2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/pccts/pccts-1.33.32-r1.ebuild,v 1.2 2002/07/11 06:30:25 drobbins Exp $ +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pccts/pccts-1.33.32-r1.ebuild,v 1.3 2002/07/23 13:28:37 seemant Exp $ -S=${WORKDIR}/pccts -DESCRIPTION="An embedded C/C++ parser generator" +S=${WORKDIR}/${PN} +DESCRIPTION="Purdue Compiler Construction Tool Set is an embedded C/C++ parser generator" SRC_URI="http://www.polhode.com/pccts133mr32.zip" HOMEPAGE="http://www.polhode.com/" +SLOT="0" +LICENSE="BSD" +KEYWORDS="x86" + DEPEND="app-arch/unzip" -RDEPEND="" src_unpack() { unpack ${A} |