summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/cmake-fedora/cmake-fedora-0.8.1.ebuild')
-rw-r--r--dev-util/cmake-fedora/cmake-fedora-0.8.1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-util/cmake-fedora/cmake-fedora-0.8.1.ebuild b/dev-util/cmake-fedora/cmake-fedora-0.8.1.ebuild
new file mode 100644
index 000000000000..5513adeb59f8
--- /dev/null
+++ b/dev-util/cmake-fedora/cmake-fedora-0.8.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+inherit cmake-utils
+
+DESCRIPTION="cmake modules that provides helper macros and targets for linux, especially fedora developers"
+HOMEPAGE="https://fedorahosted.org/cmake-fedora/#Getcmake-fedora"
+SRC_URI="https://fedorahosted.org/releases/c/m/cmake-fedora/${P}-Source.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${P}-Source
+CMAKE_IN_SOURCE_BUILD=1