# Contributor (Arch): SkiltZ # Maintainer: Omar Vega Ramos pkgname=libdshconfig pkgver=0.20.9 pkgrel=3 pkgdesc="Library for parsing dsh-style configuration files. Required by dsh and other applications." arch=(i686 x86_64) url="http://www.netfort.gr.jp/~dancer/software/dsh.html.en" license=('GPL') depends=('glibc') source=(http://www.netfort.gr.jp/~dancer/software/downloads/libdshconfig-$pkgver.tar.gz) md5sums=('c3fabfae1782c17ee989373c2f6a73c1') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install }