1 # Maintainer: A Rojas <nqn1976 @ gmail.com>
5 pkgdesc="A semantic note taking application based on the Nepomuk framework"
7 url="https://projects.kde.org/projects/playground/base/notably"
9 depends=('kdebase-runtime')
10 makedepends=('cmake' 'automoc4')
13 source=("http://quickgit.kde.org/?p=notably.git&a=snapshot&h=c53e08c9bfc1d7d8f753c8af8df3ac743c8ace12")
14 md5sums=('263ef0a6da9e058d13853bfcbdb7a06a')
20 cmake ../ -DCMAKE_INSTALL_PREFIX=/usr ..
25 cd "$srcdir/$pkgname/build"
26 make DESTDIR="${pkgdir}" install