diff options
author | 2001-07-04 14:25:34 +0000 | |
---|---|---|
committer | 2001-07-04 14:25:34 +0000 | |
commit | e44f5c293763f8cc3bde6140c6601cbc8d405c2c (patch) | |
tree | 812fd56aa8d1ea205844eb8992c8bcb98b87f6ad /dev-util/cscope | |
parent | ome themes for Sawfish - Ebuild by Joerg Krause <joerg@epost.de> - Thanks Joe... (diff) | |
download | gentoo-2-e44f5c293763f8cc3bde6140c6601cbc8d405c2c.tar.gz gentoo-2-e44f5c293763f8cc3bde6140c6601cbc8d405c2c.tar.bz2 gentoo-2-e44f5c293763f8cc3bde6140c6601cbc8d405c2c.zip |
New Version Release
Diffstat (limited to 'dev-util/cscope')
-rw-r--r-- | dev-util/cscope/cscope-15.3.ebuild | 27 | ||||
-rw-r--r-- | dev-util/cscope/files/digest-cscope-15.3 | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-util/cscope/cscope-15.3.ebuild b/dev-util/cscope/cscope-15.3.ebuild new file mode 100644 index 000000000000..a361a6958400 --- /dev/null +++ b/dev-util/cscope/cscope-15.3.ebuild @@ -0,0 +1,27 @@ +# 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> + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="CScope - interactively examine a C program" +SRC_URI="http://prdownloads.sourceforge.net/cscope/${A}" +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 + try make ${MAKEOPTS} +} + +src_install() { + try make prefix=${D}/usr/ mandir=${D}/usr/share/man infodir=${D}/usr/share/info install + dodoc NEWS AUTHORS TODO COPYING Changelog INSTALL README* +} + + + + diff --git a/dev-util/cscope/files/digest-cscope-15.3 b/dev-util/cscope/files/digest-cscope-15.3 new file mode 100644 index 000000000000..ee08602f7b14 --- /dev/null +++ b/dev-util/cscope/files/digest-cscope-15.3 @@ -0,0 +1 @@ +MD5 7540514aab8c0a3737ee8dd08a5422ba cscope-15.3.tar.gz |