#Maintainer: Tomoki Tsuchiya pkgname=desktopnova pkgver=0.8.1 pkgrel=1tt url="http://sites.google.com/site/haliner/desktopnova" docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme' 'PKG-INFO' 'TODO' 'COPYRIGHT') source=(http://launchpad.net/desktopnova/0.8/0.8.1/+download/$pkgname-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/tsuren/packages/13.37/$pkgname/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (Desktop Wallpaper Changer)" "This application brings a little variety onto your desktop!" "It changes your desktop wallpaper automatically after a preset" "period of time. At the moment it works with a Gnome and" "Xfce based system." ) build() { cd $startdir/src/$pkgname-$pkgver || return 1 cmake -DCMAKE_INSTALL_PREFIX=/usr || return 1 make || return 1 make install DESTDIR=$startdir/pkg || return 1 }