updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / xfswitch-plugin / PKGBUILD
blob499c03bb930ae04a6d93982c86e2d63d61b7f04e
1 # Maintainer: Loic Pefferkorn <${firstname} AT loicp DOT eu>
2 pkgname=xfswitch-plugin
3 pkgver=0.0.1
4 pkgrel=4
5 pkgdesc="User switching plugin for the Xfce4 Panel"
6 arch=('i686' 'x86_64')
7 url="http://goodies.xfce.org/projects/panel-plugins/xfswitch-plugin"
8 license=('GPL2')
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')
15 build() {
16   cd "$srcdir/$pkgname-$pkgver"
18   ./configure --prefix=/usr
19   make
22 package() {
23   cd "$srcdir/$pkgname-$pkgver"
25   make DESTDIR="$pkgdir/" install
28 # vim:set ts=2 sw=2 et: