sg3_utils: update to 1.37.

This commit is contained in:
Juan RP 2014-02-03 12:31:43 +01:00
parent c4912bfcdb
commit bbae5398d4
1 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'sg3_utils'
pkgname=sg3_utils
version=1.35
revision=2
version=1.37
revision=1
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="pkg-config"
@ -10,13 +10,13 @@ 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
checksum=d34acaa353b525f77e1c9561c683e3cf7695e09eeeba611220558193db486c33
libsgutils_package() {
short_desc+=" - shared library"
replaces="sg3_utils<1.31"
pkg_install() {
vmove "usr/lib/*.so*"
vmove "usr/lib/*.so.*"
}
}
@ -25,5 +25,6 @@ sg3_utils-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
}
}