summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-12-06 22:17:19 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-12-06 22:17:19 +0000
commita094d78d9cc9c499d89770dbbfd3395615e14d65 (patch)
tree7d06f6e7cae477ba4a27735a21c186b8b368da07 /app-misc/glimpse/glimpse-4.17.4.ebuild
parentbump (diff)
downloadgentoo-2-a094d78d9cc9c499d89770dbbfd3395615e14d65.tar.gz
gentoo-2-a094d78d9cc9c499d89770dbbfd3395615e14d65.tar.bz2
gentoo-2-a094d78d9cc9c499d89770dbbfd3395615e14d65.zip
bump
Diffstat (limited to 'app-misc/glimpse/glimpse-4.17.4.ebuild')
-rw-r--r--app-misc/glimpse/glimpse-4.17.4.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-misc/glimpse/glimpse-4.17.4.ebuild b/app-misc/glimpse/glimpse-4.17.4.ebuild
new file mode 100644
index 000000000000..3f919faf251a
--- /dev/null
+++ b/app-misc/glimpse/glimpse-4.17.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/glimpse/glimpse-4.17.4.ebuild,v 1.1 2003/12/06 22:17:14 lanius Exp $
+
+inherit eutils
+
+DESCRIPTION="A index/query system to search a large set of files quickly"
+SRC_URI="http://webglimpse.net/trial/${P}.tar.gz"
+HOMEPAGE="http://webglimpse.net/"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~x86 ~ppc ~mips ~amd64 ~sparc"
+IUSE=""
+
+src_compile() {
+ econf || die
+ make || die
+}
+
+src_install() {
+ einstall || die
+ dodir /usr/share/man/man1
+ mv ${D}/usr/share/man/*.1 ${D}/usr/share/man/man1/
+}