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/libgringotts/libgringotts-1.2.1.ebuild

29 lines
669 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
DESCRIPTION="Needed by Gringotts"
HOMEPAGE="http://packages.debian.org/sid/libgringotts2"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
RDEPEND=">=dev-libs/libmcrypt-2.4.21
>=app-crypt/mhash-0.8.13
app-arch/bzip2
sys-apps/coreutils
sys-libs/zlib"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_install() {
emake DESTDIR="${D}" libgringottsdocdir="/usr/share/doc/${PF}" \
install || die "emake install failed."
rm -f "${D}"/usr/share/doc/${PF}/{COPYING,*.htm}
dohtml -r docs/*.htm
prepalldocs
}