updated on Fri Jan 20 04:00:45 UTC 2012
[aur-mirror.git] / mcabber-notify / PKGBUILD
blob76aacb6f3adb10e173e1a6a768ade14cb589aacb
1 # Maintainer: Nicolas Cornu <nicolas.cornu@ensi-bourges.fr>
2 # Contributor: Nicolas Cornu <nicolas.cornu@ensi-bourges.fr>
3 pkgname=mcabber-notify
4 pkgver=0.9
5 pkgrel=1
6 pkgdesc="Un module pour notifier lors de la réception de message"
7 arch=(any)
8 url="http://projetsti.ensi-bourges.fr/projects/perso-mcabber-notify"
9 license=('GPL3')
10 groups=
11 provides=
12 depends=('libnotify>=0.7.1')
13 optdepends=
14 makedepends=('cmake>=2.6')
15 conflicts=
16 replaces=
17 backup=
18 install=
19 source=(http://projetsti.ensi-bourges.fr/attachments/download/87/$pkgname-$pkgver.tar.gz)
20 md5sums=(cb29162d54f247edebd72513181b4296)
22 build() {
23   mkdir BUILD && cd BUILD || return 1
24   cmake ../ || return 1
25   make || return 1
28 package() {
29   cd BUILD
30   make DESTDIR="${pkgdir}" install || return 1