Date: Friday, January 16, 2015 @ 22:13:51
  Author: arojas
Revision: 126011

Add texmaths (30 votes)

Added:
  libreoffice-extension-texmaths/
  libreoffice-extension-texmaths/trunk/
  libreoffice-extension-texmaths/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Added: libreoffice-extension-texmaths/trunk/PKGBUILD
===================================================================
--- libreoffice-extension-texmaths/trunk/PKGBUILD                               
(rev 0)
+++ libreoffice-extension-texmaths/trunk/PKGBUILD       2015-01-16 21:13:51 UTC 
(rev 126011)
@@ -0,0 +1,22 @@
+# Maintainer: Antonio Rojas < aro...@archlinux.org >
+
+pkgname=libreoffice-extension-texmaths
+_extname=texmaths
+pkgver=0.41
+pkgrel=1
+pkgdesc="A LaTeX equation editor for LibreOffice"
+arch=('any')
+url="http://roland65.free.fr/texmaths/";
+license=('GPL2')
+depends=('libreoffice-draw' 'texlive-core')
+conflicts=('texmaths')
+replaces=('texmaths')
+source=("http://downloads.sourceforge.net/project/$_extname/$pkgver/TexMaths-$pkgver.oxt";)
+md5sums=('7d00b8443d61348a14511bf82f28ff25')
+
+package() {
+  install -d -m755 $pkgdir/usr/lib/libreoffice/share/extensions/$_extname
+
+  cp -r * $pkgdir/usr/lib/libreoffice/share/extensions/$_extname
+  rm $pkgdir/usr/lib/libreoffice/share/extensions/$_extname/*.oxt
+}


Property changes on: libreoffice-extension-texmaths/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property

Reply via email to