* update libdbi to 0.9.0-5
This commit is contained in:
parent
4e364eba75
commit
5dc0eface9
@ -10,16 +10,15 @@ pkgrel=5
|
||||
pkgdesc="Database independant abstraction layer for C"
|
||||
url="http://libdbi.sourceforge.net/"
|
||||
license=('LGPL')
|
||||
arch=(x86_64 powerpc64le powerpc riscv64)
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
depends=('glibc')
|
||||
options=(!emptydirs)
|
||||
source=("https://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz")
|
||||
sha1sums=('6c1ecfb78f43a921d5f914299304bd6c82cb0e23')
|
||||
sha256sums=('dafb6cdca524c628df832b6dd0bf8fabceb103248edb21762c02d3068fca4503')
|
||||
|
||||
build() {
|
||||
cd $pkgbase-$pkgver
|
||||
./configure --build=$CHOST \
|
||||
--prefix=/usr
|
||||
./configure --prefix=/usr --build=${CHOST}
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user