updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / wmmsg / PKGBUILD
blobd4c103d782e70e1804dded2942e1d59a0ee111a7
1 # Contributor: Tomas Kopecny <georgo10@gmail.com>
3 pkgname=wmmsg
4 pkgver=1.0.1
5 pkgrel=1
6 pkgdesc="wmmsg informs you of new events by displaying their icons and arrival times"
7 url="http://swapspace.net/~matt/wmmsg/"
8 license="GPL"
9 depends=('gtk' 'libxpm' 'imlib2' 'libxi' 'freetype2')
10 makedepends=()
11 conflicts=()
12 replaces=()
13 backup=()
14 arch=('i686' 'x86_64')
15 source=(http://swapspace.net/~matt/wmmsg/$pkgname-$pkgver.tar.bz2)
16 md5sums=('ceea87ef8acca7e685701bf03bb77fc8')
18 build() {
19         cd $startdir/src/$pkgname-$pkgver
20         ./configure --prefix=/usr/
21         make || return 1
22         make DESTDIR=$startdir/pkg install