You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/xapian/xapian-1.2.5.ebuild

30 lines
729 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.2.5.ebuild,v 1.4 2011/06/24 21:01:35 ranger Exp $
EAPI="3"
MY_P="${PN}-core-${PV}"
DESCRIPTION="Xapian Probabilistic Information Retrieval library"
HOMEPAGE="http://www.xapian.org/"
SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND=""
RDEPEND=""
S="${WORKDIR}/${MY_P}"
src_install () {
emake DESTDIR="${D}" install || die "emake install failed"
mv "${D}usr/share/doc/xapian-core" "${D}usr/share/doc/${PF}"
dodoc AUTHORS HACKING PLATFORMS README NEWS || die "dodoc failed"
}