description="An application finder for Xfce"
url="http://www.xfce.org/"

packager="tnut <tnut@nutyx.org>"
contributors="Tyrry, Greg"

makedepends=(libxfce4ui garcon)
set=(xfce4)

name=xfce4-appfinder
version=4.14.0

source=(https://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$version.tar.bz2)

build() {

cd $name-$version

./configure --prefix=/usr
make
make DESTDIR=$PKG install

for i in /usr/bin/xfrun4
do rm $PKG/$i
done

}
