35 lines
795 B
Text
35 lines
795 B
Text
# 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="${short_desc} --- shared library"
|
|
replaces="sg3_utils<1.31"
|
|
pkg_install() {
|
|
vmove "usr/lib/*.so*"
|
|
}
|
|
}
|
|
|
|
sg3_utils-devel_package() {
|
|
depends="libsgutils>=${version}"
|
|
short_desc="${short_desc} - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
}
|
|
}
|
|
|
|
sg3_utils_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|