2019-06-27 15:44:49 +02:00

24 lines
450 B
Plaintext

# 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
}