# Maintainer: Vadim Yanitskiy # Contributor: Josef Miegl pkgname=libasn1c pkgver=0.9.36 pkgrel=2 pkgdesc="runtime library of Lev Walkin's asn1c split out as separate library" url="https://cgit.osmocom.org/libasn1c" arch=('i686' 'x86_64' 'aarch64' 'armv7h') license=(GPL) depends=('talloc') provides=('libasn1c.so=1-64') conflicts=("${pkgname}-git") source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2") sha256sums=('ec3979be22d184f806e2997e7c5f02bad56ce759841c66c25b844f440a2538d4') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR=${pkgdir} install } # vim:set ts=2 sw=2 et: