vp-build/srcpkgs/lsvpd/template

25 lines
678 B
Bash

# Template file for 'lsvpd'
pkgname=lsvpd
version=1.7.10
revision=1
archs="ppc64*"
build_style=gnu-configure
hostmakedepends="automake libtool"
makedepends="libvpd-devel librtas-devel sg3_utils-devel zlib-devel"
depends="iprutils"
short_desc="Utility to List Device Vital Product Data (VPD)"
maintainer="Orphaned <orphan@voidlinux.org>"
# with librtas exception, not on SPDX
license="GPL-2.0-or-later"
homepage="https://sourceforge.net/projects/linux-diag"
distfiles="${SOURCEFORGE_SITE}/linux-diag/${pkgname}-${version}.tar.gz"
checksum=de268f9a3793530af738fe4acabc95721d40c3580d5a5350a77d5d7277b98d13
pre_configure() {
./bootstrap.sh
}
post_install() {
vlicense COPYING
}