You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-libs/libvpd/libvpd-2.1.3.ebuild

32 lines
567 B

# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=4
DESCRIPTION="Library implementation for listing vpds"
HOMEPAGE="https://sourceforge.net/projects/linux-diag/"
SRC_URI="https://sourceforge.net/projects/linux-diag/files/libvpd/${PV}/libvpd-${PV}.tar.gz"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="ppc ppc64"
IUSE=""
DEPEND=">=dev-db/sqlite-3.7.8
sys-libs/zlib"
RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
}
src_configure() {
./bootstrap.sh
econf
}
src_install(){
emake DESTDIR="${D}" install
}