updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / alltray-stable / PKGBUILD
blob25374f2c16d99ac1c65bcee6e7406418e666ad7b
1 # $Id: PKGBUILD 53897 2009-10-03 19:57:39Z eric $
3 pkgname=alltray-stable
4 pkgver=0.70
5 pkgrel=2
6 pkgdesc="Drop's any app in the tray."
7 license=("GPL")
8 arch=(i686 x86_64)
9 url="http://alltray.sourceforge.net"
10 depends=('gconf')
11 conflicts=(alltray)
12 options=('!libtool')
13 source=(http://downloads.sourceforge.net/sourceforge/alltray/alltray-$pkgver.tar.gz)
14 md5sums=('675a0a60f22fae04da787095ef0bd7d9')
16 build()
18   cd "$srcdir/alltray-$pkgver"
19   ./configure --prefix=/usr || return 1
20   make || return 1
21   make DESTDIR="$pkgdir" install || return 1