# Description: Xfce4 Development tools # URL: https://www.xfce.org # Maintainer: jolupa, jlpavon at me dot com # Depends on: autoconf automake intltool pkg-config gtk-doc name=xfce4-dev-tools version=4.13.0 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 \ --disable-static make make DESTDIR=$PKG install }