updated on Tue Jan 24 12:00:22 UTC 2012
[aur-mirror.git] / mononoke-notify / PKGBUILD
blob6ad6934775a89b033a2016ca75354c87e605bea5
1 # Contributor: Arnaud Barisain Monrose <dreamteam69@gmail.com>
2 pkgname=mononoke-notify
3 pkgver=20070217
4 pkgrel=1
5 pkgdesc="Tray menu for managing mononoke-bt account."
6 arch=('i686' 'x86_64')
7 url="http://reanimaction.free.fr/mbt/stats/mononoke-notify-2_20070217.tar.bz2"
8 license=('GPL')
9 if [ "${CARCH}" = "x86_64" ]; then
10     depends=('lib32-qt>=4.2')
11 elif [ "${CARCH}" = "i686" ]; then
12     depends=('qt>=4.2')
14 conflicts=()
15 source=('http://reanimaction.free.fr/mbt/stats/mononoke-notify-2_20070217.tar.bz2')
16 md5sums=('2e1312066481f0e4eae7837c7b6aa405')
18 build() {
19   cd "$srcdir/mononoke-notify-2"
20   cmake .
21   make
22   mkdir -p $startdir/pkg/usr/bin/
23   install -D -m655 src/mononoke-notify $startdir/pkg/usr/bin/  
26 # vim:set ts=2 sw=2 et: