mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/sg3_utils: upgrade to 1.44
This commit is contained in:
parent
ea68d4ff00
commit
d59bfbc757
@ -1,34 +1,35 @@
|
||||
# Contributor: Carlo Landmeter
|
||||
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=sg3_utils
|
||||
pkgver=1.42
|
||||
pkgrel=1
|
||||
pkgver=1.44
|
||||
pkgrel=0
|
||||
pkgdesc="Generic SCSI utilities"
|
||||
url="http://sg.danny.cz/sg/sg3_utils.html"
|
||||
arch="all"
|
||||
options="!check" # No test suite.
|
||||
license="BSD-3-Clause, GPL-2.0+"
|
||||
depends=
|
||||
license="BSD-2-Clause AND GPL-2.0-or-later"
|
||||
makedepends="linux-headers"
|
||||
install=
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="http://sg.danny.cz/sg/p/$pkgname-$pkgver.tgz"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info
|
||||
--infodir=/usr/share/info \
|
||||
--disable-static
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="d16b65e36b2bccb4fc4c189f97e71fa38e6619f37d668a4ddd74a52c715fa62325288d9737812ed19c80547059dbd27be5a20565e27e1aabb571e8f5f8ac53ad sg3_utils-1.42.tgz"
|
||||
sha512sums="518cfe1e52c9c6277f34e87a3b198757752b7b1cda164f1a6cca11b7990f1cde92f511d14811ef43c36d7460ff29ca5141d2ac665e1219f75d1150877d387ef2 sg3_utils-1.44.tgz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user