1 # Maintainer: Loic Pefferkorn <${firstname} AT loicp DOT eu>
2 pkgname=xfswitch-plugin
5 pkgdesc="User switching plugin for the Xfce4 Panel"
7 url="http://goodies.xfce.org/projects/panel-plugins/xfswitch-plugin"
9 groups=('xfce4-goodies')
10 depends=('xfce4-panel' 'gdm')
11 makedepends=('pkg-config' 'intltool')
12 source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/0.0/$pkgname-$pkgver.tar.gz)
13 md5sums=('cb204f4a507f462d019529af6f547731')
16 cd "$srcdir/$pkgname-$pkgver"
18 ./configure --prefix=/usr
23 cd "$srcdir/$pkgname-$pkgver"
25 make DESTDIR="$pkgdir/" install
28 # vim:set ts=2 sw=2 et: