Thanks martintopholm :)
Search Criteria
Package Details: libdshconfig 0.20.9-3
Package Actions
| 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: | |
| Submitter: | skiltz |
| Maintainer: | skiltz |
| Last Packager: | skiltz |
| Votes: | 10 |
| First Submitted: | 2008-07-16 21:41 |
| Last Updated: | 2015-05-12 07:52 |
Dependencies (1)
Required by (1)
Sources
Latest Comments
Comment by skiltz
Comment by martintopholm
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
This no longer provides libdsh required for the dsh build.