# # Apps Packages for Chakra, part of chakra-project.org # # maintainer (i686): Steven Sroka # maintainer (x86_64): Manuel Tortosa # contributor: Fabio Lima # contributor: Tomàs Deltell pkgname=texmaker pkgver=3.5 pkgrel=1 pkgdesc="Texmaker is a free, modern and cross-platform LaTeX editor for linux, macosx and windows systems that integrates many tools needed to develop documents with LaTeX, in just one application." arch=('i686' 'x86_64') url="http://www.xm1math.net/texmaker/" license=('GPL') depends=('qt' 'poppler-qt' 'lcms2') categories=('office') source=(http://www.xm1math.net/texmaker/texmaker-$pkgver.tar.bz2) md5sums=('9ea033ad9890cd8ea5c3ff9e633fcfe8') build() { cd $srcdir/$pkgname-$pkgver qmake texmaker.pro make } package() { cd $srcdir/$pkgname-$pkgver make install INSTALL_ROOT="$pkgdir" }