summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-10-08 01:47:55 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-10-08 01:47:55 +0000
commit127496a52c3cc3066e7473d02ecb0fadc2987a15 (patch)
tree8ed36983c810128e05352f33506f0448a069ee62 /dev-util
parentupdated to not check for movemail, which according to Evo hackers shouldn't b... (diff)
downloadgentoo-2-127496a52c3cc3066e7473d02ecb0fadc2987a15.tar.gz
gentoo-2-127496a52c3cc3066e7473d02ecb0fadc2987a15.tar.bz2
gentoo-2-127496a52c3cc3066e7473d02ecb0fadc2987a15.zip
update for new kernel, A= cscope fix
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cscope/cscope-15.3.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-util/cscope/cscope-15.3.ebuild b/dev-util/cscope/cscope-15.3.ebuild
index 7977840f6ef7..9824ea91ecf2 100644
--- a/dev-util/cscope/cscope-15.3.ebuild
+++ b/dev-util/cscope/cscope-15.3.ebuild
@@ -1,18 +1,17 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author AJ Lewis <lewis@sistina.com>
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.3.ebuild,v 1.3 2001/08/31 03:23:39 pm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.3.ebuild,v 1.4 2001/10/08 01:47:55 drobbins Exp $
-
-A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="CScope - interactively examine a C program"
-SRC_URI="http://prdownloads.sourceforge.net/cscope/${A}"
+SRC_URI="http://prdownloads.sourceforge.net/cscope/${P}.tar.gz"
HOMEPAGE="http://cscope.sourceforge.net"
RDEPEND="virtual/glibc
>=sys-libs/ncurses-5.2"
DEPEND="$RDEPEND sys-devel/flex"
+
src_compile() {
try ./configure --prefix=/usr/ --mandir=/usr/share/man --infodir=/usr/share/info
try make clean