updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / gkrellmms / PKGBUILD
blobcceb87108ad816c6c05ffb2af4cb8b2575c38ea6
1 # $Id: PKGBUILD,v 1.17 2006/05/22 17:38:11 uid1014 Exp $
2 # Maintainer: my64 <package@obordes.com>
3 # Contributor: Eddie Lozon <almostlucky@attbi.com>
5 pkgname=gkrellmms
6 pkgver=2.1.22
7 pkgrel=3
8 pkgdesc="GKrellm plugin which allows you to control XMMS from within GKrellm."
9 arch=('i686' 'x86_64')
10 depends=('gkrellm' 'gtk2' 'xmms')
11 license=('GPL')
12 source=(http://gkrellm.luon.net/files/$pkgname-$pkgver.tar.gz)
13 url="http://gkrellm.luon.net/gkrellmms.phtml"
14 md5sums=('2739eaf7047d7c8d203111a3c2e7eb17')
16 build() {
17   cd $startdir/src/$pkgname
18   /usr/bin/make || return 1
19   /bin/install -D -m755 gkrellmms.so \
20     $startdir/pkg/usr/lib/gkrellm2/plugins/gkrellmms.so
22 # vim: ts=2 sw=2 et ft=sh