1 # Maintainer: Konstantin Gizdov <arch at kge dot pw>
2 # Contributor : Ionut Biru <ibiru@archlinux.org>
3 # Contributor: Roman Kyrylych <roman@archlinux.org>
4 # Contributor: Alexander Mieland (dma147) <dma147@linux-stats.org>
5 # Contributor: Thorsten Töpper <atsutane-tu@freethoughts.de>
6 # Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
11 pkgdesc='C-library for parsing configuration files'
13 url='https://github.com/libconfuse/libconfuse'
16 source=("https://github.com/libconfuse/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
17 options=('!emptydirs')
18 sha256sums=('3a59ded20bc652eaa8e6261ab46f7e483bc13dad79263c15af42ecbb329707b8')
21 cd "${srcdir}/${pkgname}-${pkgver}"
22 ./configure --prefix=/usr --enable-shared
27 cd "${srcdir}/${pkgname}-${pkgver}"
32 cd "${srcdir}/${pkgname}-${pkgver}"
33 make DESTDIR="${pkgdir}" install
34 install -D -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE