#Maintainer: Vasile Coman #Former Packager(s): Name #Anything commented out is optional and can be deleted. #Mandatory pkgname=idesk pkgver=0.7.5 pkgrel=1vc source=("http://garr.dl.sourceforge.net/project/idesk/idesk/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2") sourcetemplate=http://people.salixos.org/kerd/$pkgname/$pkgver/ docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') url="http://idesk.sourceforge.net/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "iDesk (gives users of minimal wm's icons on their desktop)" "iDesk gives users of minimal wm's (fluxbox, blackbox, openbox, " "windowmaker...) icons on their desktop. The icon graphics are either" "from a png or svg (vector) file and support some eyecandy effects like" "transparency. Each icon can be configured to run one or more shell" "commands and the actions which run those commands are completely" "configurable. In a nutshell if you want icons on your desktop and you" "don't have or dont't want KDE or gnome doing it, you can use idesk." "http://idesk.sourceforge.net/" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --build=$arch-slackware-linux || return 1 make || return 1 make install DESTDIR=$startdir/pkg || return 1 }