# Maintainer : Jaroslav Lichtblau # Contributor: speps # Contributor: napa3um # Contributor: Scott Furry pkgname=wxsqlite3 pkgver=4.9.3 pkgrel=1 pkgdesc="wxWidgets wrapper for SQLite3" arch=('x86_64') url="https://utelle.github.io/wxsqlite3" license=('custom:LGPL-3.0+ with WxWindows-exception-3.1') depends=('wxwidgets-gtk3') source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz) sha256sums=('af6815e5ff1a118d23ecc3b7f103357b44f067938641d2a4c4b64bc2a388d8cb') build() { cd $pkgname-$pkgver autoreconf ./configure --prefix=/usr make } package() { cd $pkgname-$pkgver make DESTDIR="${pkgdir}" install # license install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENCE }