From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/confuse/PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 community/confuse/PKGBUILD (limited to 'community/confuse') diff --git a/community/confuse/PKGBUILD b/community/confuse/PKGBUILD new file mode 100755 index 000000000..6f713df50 --- /dev/null +++ b/community/confuse/PKGBUILD @@ -0,0 +1,23 @@ +# $Id: PKGBUILD 17258 2010-05-22 14:32:23Z ibiru $ +# Maintainer : Ionut Biru +# Contributor: Roman Kyrylych +# Contributor: Alexander Mieland (dma147) + +pkgname=confuse +pkgver=2.7 +pkgrel=1 +pkgdesc="C-library for parsing configuration files" +arch=('i686' 'x86_64') +url="http://www.nongnu.org/confuse" +license=('LGPL') +depends=('glibc') +source=(http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz) +options=('!libtool' '!emptydirs') +md5sums=('45932fdeeccbb9ef4228f1c1a25e9c8f') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --enable-shared + make || return 1 + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf