updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / notably / PKGBUILD
blob5b8576ce553ec701eb1bf11759c4d07d1cec8799
1 # Maintainer: A Rojas <nqn1976 @ gmail.com>
2 pkgname=notably
3 pkgver=0.3
4 pkgrel=1
5 pkgdesc="A semantic note taking application based on the Nepomuk framework"
6 arch=('i686' 'x86_64')
7 url="https://projects.kde.org/projects/playground/base/notably"
8 license=('GPL')
9 depends=('kdebase-runtime')
10 makedepends=('cmake' 'automoc4')
11 optdepends=()
12 install=
13 source=("http://quickgit.kde.org/?p=notably.git&a=snapshot&h=c53e08c9bfc1d7d8f753c8af8df3ac743c8ace12")
14 md5sums=('263ef0a6da9e058d13853bfcbdb7a06a')
16 build() {
17   cd "$srcdir/$pkgname"
18   mkdir build
19   cd build
20   cmake ../ -DCMAKE_INSTALL_PREFIX=/usr ..
21   make
24 package() {
25   cd "$srcdir/$pkgname/build"
26   make DESTDIR="${pkgdir}" install