2023-12-28 16:55:51 -05:00

25 lines
485 B
Plaintext

# Description: A modern minimalist taskbar for Xfce
# URL: https://xfce.org
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: xfce4-panel
name=xfce4-docklike-plugin
version=0.4.2
release=1
source=(https://archive.xfce.org/src/panel-plugins/$name/${version:0:3}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--disable-nls \
--disable-debug \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}