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