🔒 Repository is read-only – file editing is disabled.

recipes/utils/libdbi/PAGBUILD.yaml main

22 linii Raw ← Powrót
12345678910111213141516171819202122
pkgname: libdbi
pkgver: '0.9.0'
pkgrel: '2'
pkgdesc: 'Database independant abstraction layer for C'
url: 'https://libdbi.sourceforge.net/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install

package: |
  rm -f ${PKGDIR}/usr/lib/libdbi.la