#Maintainer: Paul Marwick (toothandnail) #Former Maintainer(s): Name #Anything commented out is optional and can be deleted. pkgname=conky pkgver=1.8.1 pkgrel=1 zenver=66 arch=i686 source=("http://surfnet.dl.sourceforge.net/sourceforge/conky/$pkgname-$pkgver.tar.bz2") # sourcetemplate=http://users.zenwalk.org/user-accounts/paul/$pkgname/$pkgver/ sourcetemplate=http://zenwalk.pinguix.com/user-accounts/toothandnail//$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="http://conky.sourceforge.net/" dotnew=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "conky (a light-weight system monitor)" "Conky is a system monitor for X originally based on the torsmo code." "Since it's original conception, Conky has changed a fair bit from" "its predecessor. Conky can display just about anything, either on" "you root desktop or in it's own window. Conky has many built-in" "objects, as well as the ability to execute programs and scripts," "then display the output from stdout" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \ --enable-ibm --enable-wlan --enable-rss --with-x --enable-weather-metar --enable-lua-cairo --enable-imblib2 --enable-lua --enable-lua-imlib2 --enable-curl make || return 1 make install DESTDIR=$startdir/pkg mkdir -p $startdir/pkg/usr/doc/$pkgname-$pkgver cp -r $startdir/src/$pkgname-$pkgver/extras $startdir/pkg/usr/doc/$pkgname-$pkgver }