mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 09:22:12 +08:00
libiscsi 1.17.0
This commit is contained in:
parent
1d9ce92760
commit
3cba460088
@ -1,7 +1,7 @@
|
||||
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
|
||||
# Contributor: Patryk Kowalczyk <patryk@kowalczyk.ws>
|
||||
pkgname=libiscsi
|
||||
pkgver=1.13.0
|
||||
pkgver=1.17.0
|
||||
pkgrel=1
|
||||
makedepends=('git')
|
||||
depends=('glibc' 'popt' 'libgcrypt')
|
||||
@ -9,23 +9,22 @@ pkgdesc="Clientside library to implement the iSCSI protocol"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/sahlberg/libiscsi"
|
||||
license=('LGPL')
|
||||
source=(libiscsi::git+https://github.com/sahlberg/libiscsi.git#commit=646c8b963d87f758c6c8c5cf78c654a9da31e6ad)
|
||||
md5sums=('SKIP')
|
||||
source=($pkgname-$pkgver.tar.gz::https://github.com/sahlberg/libiscsi/archive/$pkgver.tar.gz)
|
||||
md5sums=('bca5c45b260278970524a509cde040f7')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}"
|
||||
cd "${srcdir}/${pkgname}-$pkgver"
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr --disable-static --libdir=/usr/lib
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "${srcdir}/${pkgname}"
|
||||
cd "${srcdir}/${pkgname}-$pkgver"
|
||||
make check
|
||||
}
|
||||
|
||||
package () {
|
||||
cd "${srcdir}/${pkgname}"
|
||||
cd "${srcdir}/${pkgname}-$pkgver"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
md5sums=('SKIP')
|
||||
|
Loading…
Reference in New Issue
Block a user