summaryrefslogtreecommitdiff
blob: f6d706b50b1164b365e9e0f433cf66517ece0dd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="C++ object-relational mapping API inspired by Boost.Serialization"
HOMEPAGE="http://code.google.com/p/hiberlite"
SRC_URI="http://${PN}.googlecode.com/files/${P}.zip"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-db/sqlite-3.6"
RDEPEND="${DEPEND}"

src_install() {
	emake INSTALL_PREFIX="${D}/usr" install || die "install failed"
}