From 4cba5850fbd8199f2b2bf2af8c31bc47d953df90 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 22 Aug 2013 10:51:00 -0500 Subject: dotconf: initial inclusion. dep of speech-dispatcher. --- abs/extra/dotconf/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 abs/extra/dotconf/PKGBUILD diff --git a/abs/extra/dotconf/PKGBUILD b/abs/extra/dotconf/PKGBUILD new file mode 100644 index 0000000..07e7e91 --- /dev/null +++ b/abs/extra/dotconf/PKGBUILD @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: +# Contributor: Andrea Scarpino +# Contributor: Chris Brannon + +pkgname=dotconf +pkgver=1.3 +pkgrel=3 +pkgdesc='A C library for parsing configuration files' +url="https://github.com/williamh/dotconf" +arch=('i686' 'x86_64') +depends=('glibc') +makedepends=('pkgconfig' 'findutils') +license=('LGPL2.1') +source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/williamh/${pkgname}/tarball/v${pkgver}") +md5sums=('36bfdde245072fc2f4f5766b7db97c45') +options=('!libtool') + +build() { + cd "${srcdir}"/williamh-${pkgname}-4cd7b3a + autoreconf -i + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}"/williamh-${pkgname}-4cd7b3a + make DESTDIR="${pkgdir}" install +} -- cgit v0.12