# Maintainer: Azael Reyes pkgname=octetos-db-maria pkgver=1.10.7 pkgrel=2 pkgdesc="API to access database, MariaDB component." arch=('x86_64') license=('GPL') url="https://github.com/azaeldevel/octetos-db" depends=('octetos-db-abstract' 'mariadb-clients') md5sums=('f8823bcfc62485d53453e447802dbfe8') source=(https://github.com/azaeldevel/${pkgname}/archive/${pkgver}-alpha.tar.gz) build() { cd ${pkgname}-${pkgver}-alpha autoreconf -fi ./configure --with-archlinux --with-mediumword --prefix=/usr --sysconfdir=/etc make } package() { cd ${pkgname}-${pkgver}-alpha make DESTDIR="${pkgdir}" install }