26 lines
496 B
Plaintext

# Description: Xfce's application launcher and finder
# URL: https://www.xfce.org
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: garcon
name=xfce4-appfinder
version=4.20.0
release=1
source=(http://archive.xfce.org/src/xfce/$name/${version:0:4}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--disable-gtk-doc \
--disable-nls \
--enable-notification
make
make DESTDIR=$PKG install
}