summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/nanomsg/nanomsg-0.1.ebuild')
-rw-r--r--dev-libs/nanomsg/nanomsg-0.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-libs/nanomsg/nanomsg-0.1.ebuild b/dev-libs/nanomsg/nanomsg-0.1.ebuild
new file mode 100644
index 000000000000..e4df5e9a6d2d
--- /dev/null
+++ b/dev-libs/nanomsg/nanomsg-0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nanomsg/nanomsg-0.1.ebuild,v 1.1 2013/08/20 08:56:16 djc Exp $
+
+EAPI=5
+
+DESCRIPTION="High-performance messaging interface for distributed applications"
+HOMEPAGE="http://nanomsg.org/"
+SRC_URI="http://download.nanomsg.org/${P}-alpha.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${P}-alpha"