summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Whyman <thev00d00@gentoo.org>2016-04-02 11:17:15 +0100
committerIan Whyman <thev00d00@gentoo.org>2016-04-02 11:18:56 +0100
commiteb6db67db013083706bae2a0997984d9e5063b16 (patch)
tree2698519f57bf9fa9d389690df34b44aef376c591 /dev-libs/libplatform/libplatform-2.0.1.ebuild
parentsci-biology/rebase: Version Bump (diff)
downloadgentoo-eb6db67db013083706bae2a0997984d9e5063b16.tar.gz
gentoo-eb6db67db013083706bae2a0997984d9e5063b16.tar.bz2
gentoo-eb6db67db013083706bae2a0997984d9e5063b16.zip
dev-libs/libplatform: Version bump
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-libs/libplatform/libplatform-2.0.1.ebuild')
-rw-r--r--dev-libs/libplatform/libplatform-2.0.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-libs/libplatform/libplatform-2.0.1.ebuild b/dev-libs/libplatform/libplatform-2.0.1.ebuild
new file mode 100644
index 000000000000..b9ab84c46587
--- /dev/null
+++ b/dev-libs/libplatform/libplatform-2.0.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+MY_PN="platform"
+MY_PN_PREFIX="p8"
+
+DESCRIPTION="Platform support library used by libCEC and binary add-ons for Kodi"
+HOMEPAGE="https://github.com/Pulse-Eight/platform"
+SRC_URI="https://github.com/Pulse-Eight/${MY_PN}/archive/${MY_PN_PREFIX}-${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+PATCHES=( "${FILESDIR}/${P}-arch-specific-libdirs.patch" )
+
+S="${WORKDIR}/${MY_PN}-${MY_PN_PREFIX}-${MY_PN}-${PV}"