# Template file for 'sg3_utils' pkgname=sg3_utils version=1.38 revision=1 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="pkg-config" short_desc="Generic SCSI utilities" maintainer="Juan RP " homepage="http://sg.danny.cz/sg/sg3_utils.html" license="BSD, GPL-2" distfiles="http://sg.danny.cz/sg/p/$pkgname-$version.tgz" checksum=d7d3a8b4b698e2c17c8f16bb876946720260d4d659d471c5d7c12ce652ba38f1 libsgutils_package() { short_desc+=" - shared library" replaces="sg3_utils<1.31" pkg_install() { vmove "usr/lib/*.so.*" } } sg3_utils-devel_package() { depends="libsgutils>=${version}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove "usr/lib/*.so" } }