mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 14:52:19 +01:00
26 lines
533 B
Plaintext
26 lines
533 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: hicolor-icon-theme garcon libxfce4ui xfconf
|
|
|
|
name=xfce4-appfinder
|
|
version=4.18.1
|
|
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
|
|
|
|
}
|