diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2018-08-12 17:18:19 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2018-08-12 17:18:30 +0000 |
commit | b000ef6020a024e19c89d0dba267abcb4b0b48a7 (patch) | |
tree | 4444ae3aa6418c12bf5e612c0a4117fd5b54218e /sys-libs/librtas/librtas-2.0.2.ebuild | |
parent | games-emulation/hatari: fixes build with new caps (diff) | |
download | gentoo-b000ef6020a024e19c89d0dba267abcb4b0b48a7.tar.gz gentoo-b000ef6020a024e19c89d0dba267abcb4b0b48a7.tar.bz2 gentoo-b000ef6020a024e19c89d0dba267abcb4b0b48a7.zip |
sys-libs/librtas: Version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-libs/librtas/librtas-2.0.2.ebuild')
-rw-r--r-- | sys-libs/librtas/librtas-2.0.2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-libs/librtas/librtas-2.0.2.ebuild b/sys-libs/librtas/librtas-2.0.2.ebuild new file mode 100644 index 000000000000..8c9ae20cdd30 --- /dev/null +++ b/sys-libs/librtas/librtas-2.0.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit autotools eutils + +DESCRIPTION="A set of libraries for userspace access to RTAS on the PowerPC platform(s)" +HOMEPAGE="https://github.com/ibm-power-utilities/librtas" +SRC_URI="https://github.com/ibm-power-utilities/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="IBM" +SLOT="0" +KEYWORDS="~ppc ~ppc64" +IUSE="" + +DOCS="README" + +src_prepare() { + eapply_user + + eautoreconf +} |