25 lines
539 B
Plaintext

# Description: plugin to track time on the xfce-panel
# URL: https://docs.xfce.org/panel-plugins/xfce4-timer-plugin/start
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: xfce4-panel hicolor-icon-theme
name=xfce4-timer-plugin
version=1.7.2
release=1
source=(https://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-nls \
--disable-debug
make
make DESTDIR=$PKG install
}