# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=sg3_utils
pkgver=1.48
pkgrel=0
pkgdesc="Generic SCSI utilities"
url="https://sg.danny.cz/sg/sg3_utils.html"
arch="all"
options="!check"  # No test suite.
license="BSD-2-Clause AND GPL-2.0-or-later"
makedepends="linux-headers"
subpackages="$pkgname-dev $pkgname-doc"
source="https://sg.danny.cz/sg/p/sg3_utils-$pkgver.tgz"

build() {
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
		--disable-static
	make
}

check() {
	make check
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="
7869e74f289d046a4786e8967492446d4a863ae7f5a4fb3b08182f758e4b63a8e2e41e8f256b1a5cb7d1c0a14cacb9df4f70f12cf0d04492ca6adf4bd3d37dde  sg3_utils-1.48.tgz
"
