summaryrefslogtreecommitdiff
path: root/community/libconfig/PKGBUILD
blob: 901b7e44318834600ac48495ec0bd2ee32ff6d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $Id: PKGBUILD 55398 2011-09-11 21:17:02Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Roman Kyrylych <roman@archlinux.org>
# Contributor: scippio <scippio@seznam.cz>

pkgname=libconfig
pkgver=1.4.8
pkgrel=1
pkgdesc="C/C++ Configuration File Library"
arch=('i686' 'x86_64')
url="http://hyperrealm.com/libconfig/libconfig.html"
license=('LGPL')
depends=('gcc-libs' 'texinfo')
install=libconfig.install
options=('!libtool' '!emptydirs' 'zipman')
source=(http://www.hyperrealm.com/libconfig/$pkgname-$pkgver.tar.gz)
md5sums=('36788da452e9fcfc8efb7661ef5d31ef')

build() {
  cd ${srcdir}/$pkgname-$pkgver
  ./configure --prefix=/usr
  make
  make DESTDIR=${pkgdir} install
  rm ${pkgdir}/usr/share/info/dir
}