summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2013-07-03 16:52:54 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2013-07-03 16:52:54 +0000
commitd3efaf32c307c76a44a0abe0bf7d4cbe49c77237 (patch)
tree2187718a9fbb3d155ae21447a2f396c042bde50c /app-leechcraft/lcpackgen/lcpackgen-1.2.ebuild
parentFix broken Manifest entries for pecl-apc-3.1.13.ebuild and ChangeLog. (diff)
downloadgentoo-2-d3efaf32c307c76a44a0abe0bf7d4cbe49c77237.tar.gz
gentoo-2-d3efaf32c307c76a44a0abe0bf7d4cbe49c77237.tar.bz2
gentoo-2-d3efaf32c307c76a44a0abe0bf7d4cbe49c77237.zip
Add app-leechcraft/lcpackgen-1.2, thanks to 0xd34df00d.
(Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lcpackgen/lcpackgen-1.2.ebuild')
-rw-r--r--app-leechcraft/lcpackgen/lcpackgen-1.2.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-leechcraft/lcpackgen/lcpackgen-1.2.ebuild b/app-leechcraft/lcpackgen/lcpackgen-1.2.ebuild
new file mode 100644
index 000000000000..8507ef97f768
--- /dev/null
+++ b/app-leechcraft/lcpackgen/lcpackgen-1.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lcpackgen/lcpackgen-1.2.ebuild,v 1.1 2013/07/03 16:52:54 maksbotan Exp $
+
+EAPI="5"
+
+inherit cmake-utils
+
+DESCRIPTION="Package creator for app-leechcraft/lc-lackman package manager"
+
+SRC_URI="https://github.com/0xd34df00d/lcpackgen/archive/${PV}.tar.gz"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+HOMEPAGE="http://leechcraft.org/"
+LICENSE="Boost-1.0"
+
+S="${WORKDIR}/lcpackgen-${PV}"
+CMAKE_USE_DIR="${S}"/src
+
+COMMON_DEPEND=">=dev-libs/boost-1.46
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+ dev-qt/qtsvg:4" \ No newline at end of file