updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / gkrellm-xkb / PKGBUILD
blob3ce1d8301a6b537832afe5ebd2a1aa9be79d6d55
1 # $Id: PKGBUILD,v 1.6 2006/05/22 17:38:11 uid1014 Exp $
2 # Maintainer: eric <eric@archlinux.org>
3 # Contributor: Manolis Tzanidakis
6 pkgname=gkrellm-xkb
7 pkgver=1.05
8 pkgrel=1
9 pkgdesc="A gkrellm2 plugin which displays a small flag based on active keyboard layout."
10 arch=(i686 x86_64)
11 depends=('gkrellm')
12 url="http://sweb.cz/tripie/gkrellm/xkb"
13 source=(http://sweb.cz/tripie/gkrellm/xkb/dist/$pkgname-$pkgver.tar.gz)
14 md5sums=('4342cee10c839179f6126658a7b29321')
16 build() {
17   cd $startdir/src/$pkgname-$pkgver
18   /usr/bin/make || return 1
19   /bin/install -D -m755 xkb.so \
20     $startdir/pkg/usr/lib/gkrellm2/plugins/xkb.so
22 # vim: ts=2: ft=sh