sg3_utils: update to 1.37.
This commit is contained in:
parent
c4912bfcdb
commit
bbae5398d4
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sg3_utils'
|
# Template file for 'sg3_utils'
|
||||||
pkgname=sg3_utils
|
pkgname=sg3_utils
|
||||||
version=1.35
|
version=1.37
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -10,13 +10,13 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://sg.danny.cz/sg/sg3_utils.html"
|
homepage="http://sg.danny.cz/sg/sg3_utils.html"
|
||||||
license="BSD, GPL-2"
|
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=385e73a3acc961efd50a610db9c737f14ccc98ba8488e54355be1f08417e08af
|
checksum=d34acaa353b525f77e1c9561c683e3cf7695e09eeeba611220558193db486c33
|
||||||
|
|
||||||
libsgutils_package() {
|
libsgutils_package() {
|
||||||
short_desc+=" - shared library"
|
short_desc+=" - shared library"
|
||||||
replaces="sg3_utils<1.31"
|
replaces="sg3_utils<1.31"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so*"
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,5 +25,6 @@ sg3_utils-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue