🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526
pkgname: sg3-utils
pkgver: '1.49'
pkgrel: '1'
pkgdesc: Generic SCSI utilities
url: 'https://sg.danny.cz/sg/sg3_utils.html'
arch: x86_64
depends: []
makedepends:
- autoconfig
- automake
- libtool
source:
- 'https://sg.danny.cz/sg/p/sg3_utils-${pkgver}.tar.xz'
sha256sums:
- 4215e7876e786dcdbf5ae14a7c0b9549b7817cdf6f5ce0debe1d1674e0d1c900
build: |
cd sg3_utils-${pkgver}
autoreconf -fiv
./configure --prefix=/usr --disable-static
make
make DESTDIR=${PKGDIR} install
# Obsolet lib
rm -f ${PKGDIR}/usr/lib/libsgutils2.la
package: |
true