# Description: Basic Utility library for Xfce # URL: https://www.xfce.org # Maintainer: jolupa, jlpavon at me dot com # Depends on: xfce4-dev-tools glib name=libxfce4util version=4.13.4 release=1 source=(https://git.xfce.org/xfce/$name/snapshot/$name-$version.tar.gz) build() { cd $name-$version ./autogen.sh \ --prefix=/usr \ --libexecdir=/usr/lib/$name \ --enable-introspection=no \ --enable-vala=no \ --enable-gtk-doc-html=no make make DESTDIR=$PKG install #rm -r $PKG/usr/share/locale }