summaryrefslogtreecommitdiff
path: root/pcr/libdshconfig/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/libdshconfig/PKGBUILD')
-rw-r--r--pcr/libdshconfig/PKGBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/pcr/libdshconfig/PKGBUILD b/pcr/libdshconfig/PKGBUILD
deleted file mode 100644
index e44d11ffd..000000000
--- a/pcr/libdshconfig/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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 mips64el)
-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
- }
-md5sums=('c3fabfae1782c17ee989373c2f6a73c1')