summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-01 18:46:28 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-01 18:46:28 +0000
commit914ff821d2c9171d59d78c830c93b4b465321ff8 (patch)
tree267b40e68e7cb52dc549ccb98698daa3b5271ad4 /dev-libs/newt
parentAdded KEYWORDS, removed old version. (diff)
downloadgentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.tar.gz
gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.tar.bz2
gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.zip
repoman'd
Diffstat (limited to 'dev-libs/newt')
-rw-r--r--dev-libs/newt/newt-0.50.35.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-libs/newt/newt-0.50.35.ebuild b/dev-libs/newt/newt-0.50.35.ebuild
index 3b37834d2d47..d8e9f7efbc78 100644
--- a/dev-libs/newt/newt-0.50.35.ebuild
+++ b/dev-libs/newt/newt-0.50.35.ebuild
@@ -1,13 +1,14 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.50.35.ebuild,v 1.1 2002/07/23 22:23:54 lostlogic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.50.35.ebuild,v 1.2 2002/08/01 18:46:28 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="redhat's newt windowing toolkit development files"
SRC_URI="http://koto.mynetix.de/gentoo/${P}.tar.gz"
HOMEPAGE="http://www.redhat.com"
-LICENSE="GPL-2"
+
SLOT="0"
+LICENSE="GPL-2"
KEYWORDS="x86"
DEPEND=">=sys-libs/slang-1.4
@@ -16,14 +17,11 @@ DEPEND=">=sys-libs/slang-1.4
RDEPEND=""
src_compile() {
-
- ./configure --host=${CHOST} \
- --prefix=/usr || die "configure failure"
+ econf || die
emake || die "emake failure"
}
src_install () {
-
make prefix=${D}/usr install || die "make install failed"
dodoc CHANGES COPYING peanuts.py popcorn.py tutorial.sgml
}