summaryrefslogtreecommitdiff
path: root/dev-libs/smack/smack-0.5.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/smack/smack-0.5.0.ebuild')
-rw-r--r--dev-libs/smack/smack-0.5.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-libs/smack/smack-0.5.0.ebuild b/dev-libs/smack/smack-0.5.0.ebuild
new file mode 100644
index 000000000000..94966983b404
--- /dev/null
+++ b/dev-libs/smack/smack-0.5.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="low-level IO storage which packs data into sorted compressed blobs"
+HOMEPAGE="http://reverbrain.com/smack/"
+SRC_URI="https://dev.gentoo.org/~patrick/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="app-arch/snappy
+ dev-libs/boost"
+RDEPEND="${DEPEND}"