summaryrefslogtreecommitdiff
path: root/pcr/libdshconfig/PKGBUILD
blob: adf9d18b24c0141a29d9494b47b8b6e0f49e8677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Contributor: SkiltZ <skiltz@free.fr>
# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>

pkgname=libdshconfig
pkgver=0.20.9 
pkgrel=2
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)
 

build() {
	  cd $startdir/src/$pkgname-$pkgver
	    ./configure --prefix=/usr
	      make || return 1
	        make prefix=$startdir/pkg/usr install
	}