sg3_utils: update to 1.44.
This commit is contained in:
parent
689eac8bb3
commit
b18be2a896
1 changed files with 11 additions and 6 deletions
|
@ -1,15 +1,19 @@
|
|||
# Template file for 'sg3_utils'
|
||||
pkgname=sg3_utils
|
||||
version=1.42
|
||||
version=1.44
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
short_desc="Generic SCSI utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD-2-Clause, GPL-2.0-or-later"
|
||||
homepage="http://sg.danny.cz/sg/sg3_utils.html"
|
||||
license="BSD, GPL-2"
|
||||
distfiles="http://sg.danny.cz/sg/p/$pkgname-$version.tgz"
|
||||
checksum=1dcb7a0309bd0ba3d4a83acb526973b80106ee26cd9f7398186cd3f0633c9ef3
|
||||
distfiles="http://sg.danny.cz/sg/p/${pkgname}-${version}.tgz"
|
||||
checksum=8dae684d22e71b11353a48b16c95597af90f0cbe9bbd57f98d7f5544da5cae7b
|
||||
|
||||
post_install() {
|
||||
vlicense BSD_LICENSE LICENSE
|
||||
}
|
||||
|
||||
libsgutils_package() {
|
||||
short_desc+=" - shared library"
|
||||
|
@ -17,12 +21,13 @@ libsgutils_package() {
|
|||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
||||
sg3_utils-devel_package() {
|
||||
depends="libsgutils>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue