updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / libdshconfig / PKGBUILD
blob6035437aeba90c74f5fbf8871ba8a73321483be7
1 # Contributor: SkiltZ <skiltz@free.fr>
2 pkgname=libdshconfig
3 pkgver=0.20.9 
4 pkgrel=2
5 pkgdesc="Library for parsing dsh-style configuration files. Required by dsh and other applications."
6 arch=(i686 x86_64)
7 url="http://www.netfort.gr.jp/~dancer/software/dsh.html.en"
8 license=('GPL')
9 depends=('glibc')
10 source=(http://www.netfort.gr.jp/~dancer/software/downloads/libdshconfig-$pkgver.tar.gz)
12 md5sums=('c3fabfae1782c17ee989373c2f6a73c1')
14 build() {
15           cd $startdir/src/$pkgname-$pkgver
16             ./configure --prefix=/usr
17               make || return 1
18                 make prefix=$startdir/pkg/usr install
19         }