#Maintainer: Ejis #Mandatory category=extra/l pkgname=dotconf pkgver=1.0.13 zenver=62 pkgrel=1 arch=i486 source=("http://www.azzit.de/dotconf/download/v1.0/$pkgname-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/ejis/$category/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname" "dot.conf is an easy to use and powerful configuration file parser" "library. The configuration files created for dot.conf look very" "similar to those used by the Apache Webserver. And even these " "\"Container-Directives\" known from httpd.conf can easily be implemented" "in the exact same manner as for Apache-Modules." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract') url="http://www.azzit.de/dotconf/" #extradepends=('dep1' 'dep2' 'dep3') #lessdepends=('x11-driver-nvidia' 'x11-driver-nvidia-rt') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}