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