# Description: Make any app work with the tray # URL: http://alltray.sf.net # Maintainer: Antonio SJ Musumeci, bile at landofbile dot com # Depends on: name=alltray version=0.69 release=1 source=(http://dl.sf.net/sourceforge/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --disable-gconf make make DESTDIR=$PKG install }