]> Pileus Git - ~andy/sunrise/blob - dev-cpp/hiberlite/hiberlite-0.6.ebuild
dev-cpp/hiberlite: New Ebuild for bug 264502
[~andy/sunrise] / dev-cpp / hiberlite / hiberlite-0.6.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="C++ object-relational mapping API inspired by Boost.Serialization"
6 HOMEPAGE="http://code.google.com/p/hiberlite"
7 SRC_URI="http://${PN}.googlecode.com/files/${P}.zip"
8 LICENSE="GPL-3"
9 SLOT="0"
10 KEYWORDS="~amd64"
11 IUSE=""
12 DEPEND=">=dev-db/sqlite-3.6"
13 RDEPEND="${DEPEND}"
14
15 src_install() {
16         emake INSTALL_PREFIX="${D}/usr" install || die "install failed"
17 }