Package Details: libdshconfig 0.20.9-3

Package Base: libdshconfig
Description: Library for parsing dsh-style configuration files. Required by dsh and other applications.
Upstream URL: http://www.netfort.gr.jp/~dancer/software/dsh.html.en
Category: system
Licenses: GPL
Submitter: skiltz
Maintainer: skiltz
Last Packager: skiltz
Votes: 10
First Submitted: 2008-07-16 21:41
Last Updated: 2015-05-12 07:52

Latest Comments

Comment by skiltz

2015-05-12 07:51

Thanks martintopholm :)

Comment by martintopholm

2013-10-04 10:03

Replacing build() with the follow seems to permit building:

build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make
}

package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}

Comment by kabads

2013-05-11 13:52

This no longer provides libdsh required for the dsh build.