summaryrefslogtreecommitdiff
path: root/community-staging/texmaker/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-22 23:14:45 +0000
committerroot <root@rshg054.dnsready.net>2011-10-22 23:14:45 +0000
commit789905b5e6b809a564832ba85b842988405e7375 (patch)
tree8860d5a0050d0c61684cba3cee03490ad01316c1 /community-staging/texmaker/PKGBUILD
parentd3d0811e23787b5c66edf94b3351a1555eb5010f (diff)
Sat Oct 22 23:14:45 UTC 2011
Diffstat (limited to 'community-staging/texmaker/PKGBUILD')
-rw-r--r--community-staging/texmaker/PKGBUILD34
1 files changed, 34 insertions, 0 deletions
diff --git a/community-staging/texmaker/PKGBUILD b/community-staging/texmaker/PKGBUILD
new file mode 100644
index 000000000..7db874e08
--- /dev/null
+++ b/community-staging/texmaker/PKGBUILD
@@ -0,0 +1,34 @@
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
+# Contributor: furester <xfurester@hotmail.com>
+# Contributor: Firmicus <firmicus gmx net>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+
+pkgname=texmaker
+pkgver=3.1
+pkgrel=2
+pkgdesc='Free cross-platform latex editor'
+arch=('i686' 'x86_64')
+url="http://www.xm1math.net/texmaker/index.html"
+license=('GPL')
+depends=('poppler-qt' 'ghostscript' 'qtwebkit')
+source=("http://www.xm1math.net/texmaker/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('10a14c75abbb7234d4e5e58a7c85b110')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ export INSTALL_ROOT=${pkgdir}
+
+ qmake -unix PREFIX=//usr texmaker.pro
+
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ export INSTALL_PATH=${pkgdir}
+
+ make install
+}