summaryrefslogtreecommitdiffstats
path: root/dotconf/Pkgfile
blob: e24fc583279b84b42fe52ff19fb0d56a23fd61a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Description: dot.conf configuration file parser
# URL: https://github.com/williamh/dotconf
# Packager: piernov <piernov AT piernov DOT org>
# Maintainer: piernov <piernov AT piernov DOT org>
# Depends on: 
# Run on: 

name=dotconf
version=1.3
release=1
_ver=4cd7b3a
source=( http://nutyx.meticul.eu/files/williamh-$name-v$version-0-g$_ver.tar.gz )

build()
{
	cd williamh-$name-$_ver
	autoreconf -i
	./configure --prefix=/usr
	make
	make DESTDIR=$PKG install
}