#Packager: Chris Farrell pkgname=hsetroot pkgver=1.0.2 pkgrel=1cf source=("http://thegraveyard.org/files/hsetroot-1.0.2.tar.gz") sourcetemplate=http://people.salixos.org/timcowchip/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="http://thegraveyard.org/hsetroot.html" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "hsetroot (Wallpapersetter)" "hsetroot is a tool which allows you to compose wallpapers" "It has a lot of options like rendering gradients," "solids, images but it also allows you to perform manipulations on" "those things, or chain them all together. You could use one standard" "background image for isntance, and using tint to make it fit your" "current theme. And yes, of course it is compatible with" "semi-translucent applications like aterm and xchat." "Homepage: http://thegraveyard.org/hsetroot.php" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }