🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334353637
pkgname: 'libdbi-drivers'
pkgver: '0.9.0'
pkgrel: '2'
pkgdesc: 'Database MySQL, PostgreSQL, and SQLite drivers for libdbi'
url: 'https://libdbi-drivers.sourceforge.net/'
arch: x86_64
license:
- LGPL
depends: []
makedepends:
- openjade
- libdbi
- mariadb
- postgresql
- sqlite
source:
- '${pkgname}-${pkgver}-consolidate-1.patch'
- 'https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
- SKIP
build: |
cd ${pkgname}-${pkgver}
patch -Np1 -i ../${pkgname}-${pkgver}-consolidate-1.patch
./configure --prefix=/usr --localstatedir=/var \
--with-pgsql --with-sqlite3 --with-mysql --disable-docs
make
make DESTDIR=${PKGDIR} install
package: |
true