summaryrefslogtreecommitdiffstats
path: root/extra/dotconf/Pkgfile
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2011-07-18 08:55:14 +0200
committerorchidman <lesibel@free.fr>2011-07-18 08:55:14 +0200
commite929939b84bdabf8d11685b08ca9d77e3ca45d75 (patch)
tree8a2fa49584fa861c11e815173ed0d1adc2e4c41f /extra/dotconf/Pkgfile
parentfe6032502a78efd090c7006bc1fb8567fa8ba940 (diff)
parent771d61cd77568208f7316085ae0109d6b7ff374f (diff)
downloadnutyx-extra-e929939b84bdabf8d11685b08ca9d77e3ca45d75.tar.gz
nutyx-extra-e929939b84bdabf8d11685b08ca9d77e3ca45d75.tar.bz2
nutyx-extra-e929939b84bdabf8d11685b08ca9d77e3ca45d75.tar.xz
nutyx-extra-e929939b84bdabf8d11685b08ca9d77e3ca45d75.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/dotconf/Pkgfile')
-rw-r--r--extra/dotconf/Pkgfile21
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
+}