mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-15 20:12:20 +01:00
26 lines
496 B
Plaintext
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
|
|
|
|
}
|