summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-23 10:38:07 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-23 10:38:07 +0000
commit3f2be35377686d31df5a734264dda7cb03c20d1f (patch)
treeeb0f206e9edf104c22f525e32efb0f82678e058d /dev-util/cunit
parentAdded GNU GPL version 1 (diff)
downloadhistorical-3f2be35377686d31df5a734264dda7cb03c20d1f.tar.gz
historical-3f2be35377686d31df5a734264dda7cb03c20d1f.tar.bz2
historical-3f2be35377686d31df5a734264dda7cb03c20d1f.zip
repoman'd
Diffstat (limited to 'dev-util/cunit')
-rw-r--r--dev-util/cunit/cunit-1.0.0.6.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-util/cunit/cunit-1.0.0.6.ebuild b/dev-util/cunit/cunit-1.0.0.6.ebuild
index 84a95bcf8250..051ce3bfab53 100644
--- a/dev-util/cunit/cunit-1.0.0.6.ebuild
+++ b/dev-util/cunit/cunit-1.0.0.6.ebuild
@@ -1,6 +1,6 @@
# 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/cunit/cunit-1.0.0.6.ebuild,v 1.3 2002/07/11 06:30:25 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-1.0.0.6.ebuild,v 1.4 2002/07/23 10:38:07 seemant Exp $
S=${WORKDIR}/CUnit-1.0-6
DESCRIPTION="CUnit - C Unit Test Framework"
@@ -10,6 +10,10 @@ HOMEPAGE="http://cunit.sourceforge.net"
DEPEND="virtual/glibc"
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="x86"
+
src_compile() {
./configure --prefix=/usr || die
make || die