sg3_utils: update to 1.35.
This commit is contained in:
parent
57c16f50fc
commit
8b59c9e975
3 changed files with 15 additions and 33 deletions
|
@ -1,14 +1,8 @@
|
||||||
# Template file for 'libsgutils'.
|
# Template file for 'libsgutils'.
|
||||||
#
|
#
|
||||||
short_desc="${sourcepkg} - shared library"
|
short_desc="${short_desc} --- shared library"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains the shared library."
|
|
||||||
|
|
||||||
replaces="sg3_utils<1.31"
|
replaces="sg3_utils<1.31"
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
vmove "usr/lib/*.so*" usr/lib
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so* ${DESTDIR}/usr/lib
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,15 +1,9 @@
|
||||||
# Template file for 'sg3_utils-devel'.
|
# Template file for 'sg3_utils-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel libsgutils"
|
depends="libsgutils>=${version}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
noarch=yes
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.a ${DESTDIR}/usr/lib
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,20 +1,14 @@
|
||||||
# Template file for 'sg3_utils'
|
# Template file for 'sg3_utils'
|
||||||
pkgname=sg3_utils
|
pkgname=sg3_utils
|
||||||
version=1.33
|
version=1.35
|
||||||
distfiles="http://sg.danny.cz/sg/p/$pkgname-$version.tgz"
|
|
||||||
build_style=gnu-configure
|
|
||||||
makedepends="pkg-config"
|
|
||||||
revision=1
|
revision=1
|
||||||
|
subpackages="libsgutils $pkgname-devel"
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
|
makedepends="pkg-config"
|
||||||
short_desc="Generic SCSI utilities"
|
short_desc="Generic SCSI utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
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"
|
||||||
checksum=3034a4e798404cc963fc46437b0ceeb0edc635e02471ab13aa18acd8b716a27b
|
distfiles="http://sg.danny.cz/sg/p/$pkgname-$version.tgz"
|
||||||
long_desc="
|
checksum=385e73a3acc961efd50a610db9c737f14ccc98ba8488e54355be1f08417e08af
|
||||||
This package contains low level utilities for devices that use a SCSI
|
|
||||||
command set. Apart from SCSI parallel interface (SPI) devices, the SCSI
|
|
||||||
command set is used by ATAPI devices (CD/DVDs and tapes), USB mass storage
|
|
||||||
devices, Fibre Channel disks, IEEE 1394 storage devices (that use the
|
|
||||||
SBP protocol), SAS, iSCSI and FCoE devices (amongst others)"
|
|
||||||
|
|
||||||
subpackages="libsgutils $pkgname-devel"
|
|
||||||
|
|
Loading…
Reference in a new issue