summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-03-30 15:07:20 +0000
committerMamoru Komachi <usata@gentoo.org>2005-03-30 15:07:20 +0000
commitae9319053271b30615fd24a3c5cb5076efee68ab (patch)
tree4c03694b5d8c2925986edce148443b8e40220d24 /app-text/sary/sary-1.2.0.ebuild
parentSync Portage to latest genkernel version. (diff)
downloadgentoo-2-ae9319053271b30615fd24a3c5cb5076efee68ab.tar.gz
gentoo-2-ae9319053271b30615fd24a3c5cb5076efee68ab.tar.bz2
gentoo-2-ae9319053271b30615fd24a3c5cb5076efee68ab.zip
Version bumped.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-text/sary/sary-1.2.0.ebuild')
-rw-r--r--app-text/sary/sary-1.2.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-text/sary/sary-1.2.0.ebuild b/app-text/sary/sary-1.2.0.ebuild
new file mode 100644
index 000000000000..e16269bae273
--- /dev/null
+++ b/app-text/sary/sary-1.2.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/sary/sary-1.2.0.ebuild,v 1.1 2005/03/30 15:07:20 usata Exp $
+
+IUSE=""
+
+DESCRIPTION="Sary: suffix array library and tools"
+HOMEPAGE="http://sary.sourceforge.net/"
+SRC_URI="http://sary.sourceforge.net/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+KEYWORDS="~x86 ~alpha ~ppc ~ppc64"
+SLOT="0"
+
+DEPEND=">=dev-libs/glib-2"
+
+src_install() {
+
+ make DESTDIR=${D} \
+ docsdir=/usr/share/doc/${PF}/html \
+ install || die
+
+ dodoc [A-Z][A-Z]* ChangeLog
+
+}