[arch-commits] Commit in (gl2ps gl2ps/repos gl2ps/trunk gl2ps/trunk/PKGBUILD)

Felix Yan fyan at archlinux.org
Tue Jan 27 14:19:32 UTC 2015


    Date: Tuesday, January 27, 2015 @ 15:19:32
  Author: fyan
Revision: 230112

add gl2ps for octave (FS#38993)

Added:
  gl2ps/
  gl2ps/repos/
  gl2ps/trunk/
  gl2ps/trunk/PKGBUILD

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

Added: gl2ps/trunk/PKGBUILD
===================================================================
--- gl2ps/trunk/PKGBUILD	                        (rev 0)
+++ gl2ps/trunk/PKGBUILD	2015-01-27 14:19:32 UTC (rev 230112)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: hauptmech, figo.zhang, chubtuff, lubosz
+#
+# Matlab bindings are not built by default to reduce dependencies.
+
+pkgname=gl2ps
+pkgver=1.3.8
+pkgrel=3
+pkgdesc="an OpenGL to PostScript printing library"
+arch=('i686' 'x86_64')
+url='http://geuz.org/gl2ps/'
+license=('LGPL2')
+makedepends=('cmake' 'texlive-core')
+source=("http://geuz.org/gl2ps/src/gl2ps-${pkgver}.tgz")
+sha512sums=('76e90d675764196d249d87c6041088736a8b41d9b93620c6171a40362a259d50e34d5efc06e4ea17e6c147bc26b6a3a7356d95ea5e204193ef631fb48e0c0a4e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../gl2ps-$pkgver-source \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_EXE_LINKER_FLAGS=-lm
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}
+


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



More information about the arch-commits mailing list