proj/gentoo: Initial commit
[gentoo.git] / dev-libs / smack / smack-0.5.0.ebuild
1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=4
6 DESCRIPTION="low-level IO storage which packs data into sorted compressed blobs"
7 HOMEPAGE="http://reverbrain.com/smack/"
8 SRC_URI="http://dev.gentoo.org/~patrick/${P}.tar.bz2"
9
10 inherit eutils cmake-utils
11
12 LICENSE="GPL-2+"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16
17 DEPEND="app-arch/snappy"
18 RDEPEND="${DEPEND}"