# Maintainer: muhgoslav_klose # Contributor: jerry73204 pkgname=libesedb pkgver=20230318 pkgrel=1 pkgdesc='Library and tools to access the Extensible Storage Engine (ESE) Database File (EDB) format.' url='https://github.com/libyal/libesedb' arch=('any') license=('LGPLv3+') depends=('glibc') optdepends=() makedepends=() conflicts=() replaces=() backup=() install='' source=("https://github.com/libyal/libesedb/releases/download/${pkgver}/libesedb-experimental-${pkgver}.tar.gz") sha256sums=('324c68505827907a2e933164e636cacb221a9622bd5a8222b8d4b8e5f0d4031e') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="$pkgdir/" install } # vim:set ts=2 sw=2 et: