1 # Maintainer: Tobias Powalowski <tpowa@archlinux.org>
2 # Contributor: Patryk Kowalczyk <patryk@kowalczyk.ws>
7 depends=('glibc' 'popt' 'libgcrypt')
8 pkgdesc="Clientside library to implement the iSCSI protocol"
10 url="https://github.com/sahlberg/libiscsi"
12 source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#tag=${pkgver})
16 cd "${srcdir}/${pkgname}"
19 # Disabled werror due to GCC 8 warnings: https://github.com/sahlberg/libiscsi/issues/266
20 ./configure --prefix=/usr --disable-static --libdir=/usr/lib --disable-werror
25 cd "${srcdir}/${pkgname}"
30 cd "${srcdir}/${pkgname}"
31 make DESTDIR="${pkgdir}" install