summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2010-01-10 15:28:41 +0000
committerHanno Boeck <hanno@gentoo.org>2010-01-10 15:28:41 +0000
commit3d86f0c8a6b4ea1d472f34aff8dbe43b297e9ba2 (patch)
treec1f8a136fb2e47eea95cb12bd0888004e9e0ee76 /sys-libs/libhx/libhx-3.2.ebuild
parentAdd linguas_en as a USE dep for tesseract. (diff)
downloadhistorical-3d86f0c8a6b4ea1d472f34aff8dbe43b297e9ba2.tar.gz
historical-3d86f0c8a6b4ea1d472f34aff8dbe43b297e9ba2.tar.bz2
historical-3d86f0c8a6b4ea1d472f34aff8dbe43b297e9ba2.zip
libhx bump
Package-Manager: portage-2.1.7.16/cvs/Linux x86_64
Diffstat (limited to 'sys-libs/libhx/libhx-3.2.ebuild')
-rw-r--r--sys-libs/libhx/libhx-3.2.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-libs/libhx/libhx-3.2.ebuild b/sys-libs/libhx/libhx-3.2.ebuild
new file mode 100644
index 000000000000..22bfb0b31d93
--- /dev/null
+++ b/sys-libs/libhx/libhx-3.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libhx/libhx-3.2.ebuild,v 1.1 2010/01/10 15:28:41 hanno Exp $
+
+DESCRIPTION="Platform independent library providing basic system functions."
+HOMEPAGE="http://libhx.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/libHX-${PV}.tar.bz2"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+DEPEND="virtual/libc"
+RDEPEND="${DEPEND}"
+S="${WORKDIR}/libHX-${PV}"
+
+src_compile() {
+ econf --docdir="/usr/share/doc/${PF}" || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc doc/*.txt || die
+}