1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: Andreas Radke <andyrtr@archlinux.org>
3 # Contributor: Tobias Kieslich <tobias funnychar archlinux.org>
5 pkgname=xfce4-dev-tools
8 pkgdesc="Xfce developer tools"
10 url="https://www.xfce.org/"
12 depends=('glib2' 'intltool' 'gtk-doc')
13 optdepends=('docker: xfce-build helper script')
14 source=(https://archive.xfce.org/src/xfce/xfce4-dev-tools/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
15 sha256sums=('eedb4fc955f0e3459c46864ff98579295db2b900743e0ff69cad5970ba76be37')
29 make DESTDIR="$pkgdir" install
32 # vim:set ts=2 sw=2 et: