# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.74.ebuild,v 1.9 2006/07/14 14:25:58 hattya Exp $ inherit eutils IUSE="" DESCRIPTION="TinyCDB is a very fast and simple package for creating and reading constant data bases" HOMEPAGE="http://www.corpit.ru/mjt/tinycdb.html" SRC_URI="http://www.corpit.ru/mjt/tinycdb/${P}.tar.gz" LICENSE="public-domain" KEYWORDS="~hppa ia64 ppc x86" SLOT="0" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${PN}-libbase.diff } src_compile() { emake LIBBASE=lib${PN} all shared || die } src_install() { einstall LIBBASE=lib${PN} install-shared || die mv "${D}"/usr/include/{cdb,${PN}}.h }