1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: tobias <tobias funnychar archlinux.org>
3 # Contributor: Aurelien Foret <orelien@chez.com>
8 pkgdesc="Application library for the Xfce desktop environment"
10 url="https://docs.xfce.org/xfce/exo/start"
11 license=('GPL2' 'LGPL')
13 depends=('libxfce4ui')
14 makedepends=('intltool')
15 source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
16 sha256sums=('4f2c61d045a888cdb64297fd0ae20cc23da9b97ffb82562ed12806ed21da7d55')
30 make DESTDIR="$pkgdir" install
33 # vim:set ts=2 sw=2 et: