void-packages/srcpkgs/sg3_utils/template

32 lines
780 B
Plaintext
Raw Normal View History

# Template file for 'sg3_utils'
pkgname=sg3_utils
2014-06-15 08:47:41 +02:00
version=1.39
2014-02-03 12:31:43 +01:00
revision=1
build_style=gnu-configure
2013-01-20 20:37:11 +01:00
configure_args="--disable-static"
hostmakedepends="pkg-config"
short_desc="Generic SCSI utilities"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-08-04 10:08:10 +02:00
homepage="http://sg.danny.cz/sg/sg3_utils.html"
license="BSD, GPL-2"
2014-11-05 12:37:58 +01:00
update_pattern=$pkgname'-\K[\d.]+(?=\.tgz)'
2013-01-20 20:37:11 +01:00
distfiles="http://sg.danny.cz/sg/p/$pkgname-$version.tgz"
2014-06-15 08:47:41 +02:00
checksum=0fb6eae3de7f8e71398bf1315712eceae5b6776b5b9ef882bcfd759063ea8709
libsgutils_package() {
short_desc+=" - shared library"
replaces="sg3_utils<1.31"
pkg_install() {
2014-02-03 12:31:43 +01:00
vmove "usr/lib/*.so.*"
}
}
sg3_utils-devel_package() {
depends="libsgutils>=${version}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
2014-02-03 12:31:43 +01:00
vmove "usr/lib/*.so"
}
}