summaryrefslogtreecommitdiff
path: root/pcr/libdshconfig/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-11-14 17:19:48 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-11-14 17:19:48 -0300
commitd60b5bd6f778cd9c7ea5bb4412aba9ac101ddf9d (patch)
treebe950fc42ca55687854d5ed90e1c97bb6fa5fd57 /pcr/libdshconfig/PKGBUILD
parent4886a5f8a3f823a5dedea6d137ab650544cefb9d (diff)
parent762b84f828dc02cc9a70268b178e944469148007 (diff)
downloadabslibre-d60b5bd6f778cd9c7ea5bb4412aba9ac101ddf9d.tar.gz
abslibre-d60b5bd6f778cd9c7ea5bb4412aba9ac101ddf9d.tar.bz2
abslibre-d60b5bd6f778cd9c7ea5bb4412aba9ac101ddf9d.zip
Merge branch 'master' of ssh://gparabola/srv/git/abslibre
Diffstat (limited to 'pcr/libdshconfig/PKGBUILD')
-rw-r--r--pcr/libdshconfig/PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/pcr/libdshconfig/PKGBUILD b/pcr/libdshconfig/PKGBUILD
new file mode 100644
index 000000000..adf9d18b2
--- /dev/null
+++ b/pcr/libdshconfig/PKGBUILD
@@ -0,0 +1,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
+ }