summaryrefslogtreecommitdiff
path: root/community/stalonetray/PKGBUILD
blob: a55e8abeba545dbf9fef61ffb3761cdc9fb806e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: PKGBUILD 31948 2010-11-08 11:05:19Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>

pkgname=stalonetray
pkgver=0.8.1
pkgrel=1
pkgdesc="STAnd-aLONE sysTRAY. It has minimal build and run-time dependencies: the Xlib only."
arch=('i686' 'x86_64')
url="http://stalonetray.sourceforge.net"
license=('GPL')
depends=('libx11' 'libxpm')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
md5sums=('3bf4c7e5e3c077f26242b37a8e008774')

build() {
  cd $srcdir/$pkgname-$pkgver
  ./configure --prefix=/usr
  make
  make DESTDIR=$pkgdir install
  install -D -m644 stalonetrayrc.sample $pkgdir/etc/stalonetrayrc
}