contrib/libdshconfig/Pkgfile

20 lines
537 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: Library for parsing dsh-style configuration files.
# URL: http://www.netfort.gr.jp/~dancer/software/dsh.html.en
2007-01-20 03:21:06 +01:00
# Packager: James Mills, prologic at shortcircuit dot net dot au
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
2006-11-19 22:26:53 +01:00
#
# Depends on:
2006-11-14 00:01:22 +01:00
name=libdshconfig
version=0.20.12
release=1
source=(http://www.netfort.gr.jp/~dancer/software/downloads/$name-$version.tar.gz)
build() {
2006-11-19 22:26:53 +01:00
cd $name-$version
./configure --prefix=$PKG/usr
make && make install
chown -R root:root $PKG
2006-11-14 00:01:22 +01:00
}