Added sg3_utils-1.28 build template.

--HG--
extra : convert_revision : 0a8637526996ea647fe200522873426b1a212ca6
This commit is contained in:
Juan RP 2010-04-13 15:43:55 +02:00
parent e27ffef786
commit 52d3280790
5 changed files with 38 additions and 0 deletions

1
srcpkgs/sg3_utils-devel Symbolic link
View File

@ -0,0 +1 @@
sg3_utils

View File

@ -0,0 +1,2 @@
abi_depends=">=1.28"
api_depends="${abi_depends}"

View File

@ -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
}

View File

@ -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

View File

@ -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