# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.0.ebuild,v 1.5 2007/11/03 18:09:04 armin76 Exp $ MY_P="onig-${PV}" DESCRIPTION="Regular expression library" HOMEPAGE="http://www.geocities.jp/kosako3/oniguruma/" SRC_URI="http://www.geocities.jp/kosako3/oniguruma/archive/${MY_P}.tar.gz" LICENSE="BSD-2" SLOT="0" KEYWORDS="alpha amd64 ppc x86" IUSE="" S="${WORKDIR}/${MY_P}" src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS HISTORY README* doc/* }