x11-libs/libump - 3.0 (KBrown-pub)

Search

Package Information

Homepage:
https://github.com/linux-sunxi/libump
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
3.0 7 ~amd64 ~arm 0
View Raw Ebuild
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=7

inherit autotools
if [ "${PV}" = "9999" ]; then
	EGIT_REPO_URI="https://github.com/linux-sunxi/libump"
	inherit git-r3
	KEYWORDS=""
else
	COMMIT_ID="ec0680628744f30b8fac35e41a7bd8e23e59c39f"
	SRC_URI="https://github.com/linux-sunxi/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}-git.tar.gz"
	KEYWORDS="~amd64 ~arm"
	IUSE=""
	S=${WORKDIR}/${PN}-${COMMIT_ID}
fi

DESCRIPTION="Universal memory provider userspace library"
HOMEPAGE="https://github.com/linux-sunxi/libump"

LICENSE="Apache-2.0"
SLOT="0"

DEPEND="virtual/pkgconfig"

src_prepare() {
	eautoreconf
	default
}

Dependencies

DEPEND

virtual/pkgconfig

Manifest for 3.0

Type File Size Source URLs
DIST libump-3.0-git.tar.gz 25572 bytes https://github.com/linux-sunxi/libump/archive/${COMMIT_ID}.tar.gz