diff options
Diffstat (limited to 'extra/dotconf/Pkgfile')
-rw-r--r-- | extra/dotconf/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/dotconf/Pkgfile b/extra/dotconf/Pkgfile new file mode 100644 index 000000000..ebda39270 --- /dev/null +++ b/extra/dotconf/Pkgfile @@ -0,0 +1,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=( https://download.github.com/williamh-$name-v$version-0-g$_ver.tar.gz ) + +build() +{ + cd williamh-$name-$_ver + autoreconf -i + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |