void-packages/srcpkgs/sg3_utils/template

30 lines
712 B
Plaintext

# Template file for 'sg3_utils'
pkgname=sg3_utils
version=1.35
revision=2
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="pkg-config"
short_desc="Generic SCSI utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://sg.danny.cz/sg/sg3_utils.html"
license="BSD, GPL-2"
distfiles="http://sg.danny.cz/sg/p/$pkgname-$version.tgz"
checksum=385e73a3acc961efd50a610db9c737f14ccc98ba8488e54355be1f08417e08af
libsgutils_package() {
short_desc+=" - shared library"
replaces="sg3_utils<1.31"
pkg_install() {
vmove "usr/lib/*.so*"
}
}
sg3_utils-devel_package() {
depends="libsgutils>=${version}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
}
}