sg3_utils: update to 1.44.

This commit is contained in:
maxice8 2018-09-13 21:52:10 -03:00
parent 689eac8bb3
commit b18be2a896
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,15 +1,19 @@
# Template file for 'sg3_utils' # Template file for 'sg3_utils'
pkgname=sg3_utils pkgname=sg3_utils
version=1.42 version=1.44
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
short_desc="Generic SCSI utilities" short_desc="Generic SCSI utilities"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD-2-Clause, GPL-2.0-or-later"
homepage="http://sg.danny.cz/sg/sg3_utils.html" homepage="http://sg.danny.cz/sg/sg3_utils.html"
license="BSD, GPL-2" distfiles="http://sg.danny.cz/sg/p/${pkgname}-${version}.tgz"
distfiles="http://sg.danny.cz/sg/p/$pkgname-$version.tgz" checksum=8dae684d22e71b11353a48b16c95597af90f0cbe9bbd57f98d7f5544da5cae7b
checksum=1dcb7a0309bd0ba3d4a83acb526973b80106ee26cd9f7398186cd3f0633c9ef3
post_install() {
vlicense BSD_LICENSE LICENSE
}
libsgutils_package() { libsgutils_package() {
short_desc+=" - shared library" short_desc+=" - shared library"
@ -17,12 +21,13 @@ libsgutils_package() {
vmove "usr/lib/*.so.*" vmove "usr/lib/*.so.*"
} }
} }
sg3_utils-devel_package() { sg3_utils-devel_package() {
depends="libsgutils>=${version}_${revision}" depends="libsgutils>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/*.a vmove "usr/lib/*.a"
vmove usr/lib/*.so vmove "usr/lib/*.so"
} }
} }