# Maintainer: Thomas Dziedzic < gostrc at gmail > # Contributor: Daniel J Griffiths # Contributor: furester # Contributor: Firmicus # Contributor: Paulo Matias pkgname=texmaker pkgver=3.2.2 pkgrel=1 pkgdesc='Free cross-platform latex editor' arch=('i686' 'x86_64') url="http://www.xm1math.net/texmaker/index.html" license=('GPL') install='texmaker.install' depends=('poppler-qt' 'ghostscript' 'qtwebkit') source=("http://www.xm1math.net/texmaker/texmaker-${pkgver}.tar.bz2") md5sums=('aa04c37a0117a6f924c0f7eed5732fe2') build() { cd texmaker-${pkgver} export INSTALL_ROOT=${pkgdir} qmake -unix PREFIX=//usr texmaker.pro make } package() { cd texmaker-${pkgver} export INSTALL_PATH=${pkgdir} make install }