updated on Sat Jan 21 12:00:39 UTC 2012
[aur-mirror.git] / lated / PKGBUILD
blobbbc5dafe0dcbf2d18493e657273b2ee7e69b3517
1 # Contributor: AdriĆ  Arrufat <swiftscythe@gmail.com>
3 pkgname=lated
4 pkgver=0.1
5 pkgrel=1
6 pkgdesc="A simple LaTeX editor with preview function."
7 arch=('i686' 'x86_64')
8 url="http://opendesktop.org/content/show.php/laTed?content=121895"
9 depends=('kdegraphics-okular')
10 makedepends=('cmake' 'automoc4')
11 source=(http://opendesktop.org/CONTENT/content-files/121895-lated.tar.bz)
12 license=('GPL')
13 md5sums=('67d6470b3e0379ce9ca68ad7ce46faf3')
15 build() {
16   cd $srcdir/lated
17   mkdir build
18   cd build
19   cmake -DCMAKE_INSTALL_PREFIX='/usr' ..
20   make || return 1
21   make DESTDIR=$pkgdir install