Added sg3_utils-1.28 build template.
--HG-- extra : convert_revision : 0a8637526996ea647fe200522873426b1a212ca6
This commit is contained in:
parent
e27ffef786
commit
52d3280790
|
@ -0,0 +1 @@
|
|||
sg3_utils
|
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=1.28"
|
||||
api_depends="${abi_depends}"
|
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'sg3_utils-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run sg3_utils
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.{a,so} ${DESTDIR}/usr/lib
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'sg3_utils'
|
||||
pkgname=sg3_utils
|
||||
version=1.28
|
||||
distfiles="http://sg.danny.cz/sg/p/$pkgname-$version.tgz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Generic SCSI utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=da8bd627a6246b709e2a0321fa9d5ca09a33354a1ae40c74cd37efb69b9f8118
|
||||
long_desc="
|
||||
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="$pkgname-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency build pkg-config
|
|
@ -589,3 +589,4 @@ libboost_regex.so.1.42 boost boost-devel
|
|||
libboost_wserialization.so.1.42 boost boost-devel
|
||||
libexempi.so exempi exempi-devel
|
||||
libatasmart.so libatasmart libatasmart-devel
|
||||
libsgutils2.so sg3_utils sg3_utils-devel
|
||||
|
|
Loading…
Reference in New Issue