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
commitbcd827920a2b94cb2786b41482714b033a7275d0 (patch)
tree2a6d4d31d11f183f99b87e6fd4211618748466e7 /dev-util/cunit/cunit-1.0.0.6.ebuild
parentAdded GNU GPL version 1 (diff)
downloadgentoo-2-bcd827920a2b94cb2786b41482714b033a7275d0.tar.gz
gentoo-2-bcd827920a2b94cb2786b41482714b033a7275d0.tar.bz2
gentoo-2-bcd827920a2b94cb2786b41482714b033a7275d0.zip
repoman'd
Diffstat (limited to 'dev-util/cunit/cunit-1.0.0.6.ebuild')
-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