updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / plasma-applet-lionmail / PKGBUILD
blobba09ad398276d11b3e34f0e61aff18c923fc8e80
1 # Maintainer: nqn1976 @ gmail.com
3 pkgname=plasma-applet-lionmail
4 pkgver=git20110314
5 pkgrel=2
6 pkgdesc="A Plasma widget displaying new and important email"
7 arch=('i686' 'x86_64')
8 url="https://projects.kde.org/projects/playground/base/plasma-lionmail/"
9 license=('GPL')
10 source=('http://quickgit.kde.org/?p=plasma-lionmail.git&a=snapshot&h=4ac6486ad0f2092f4cf825c0c934c7959d4dbd8d&fmt=tgz')
11 md5sums=('9dd52a48c06bbcb668019159ce83048c')
12 depends=('kdepim-runtime>=4.5.94.1')
13 makedepends=('cmake' 'automoc4' 'boost')
15 build() {
16   cd ${srcdir}/plasma-lionmail
17   mkdir build 
18   cd build
19   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
20   make
23 package() {
24   cd ${srcdir}/plasma-lionmail/build
25   make DESTDIR=${pkgdir} install