[arch-commits] Commit in wxmaxima/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Mar 25 08:51:03 UTC 2019


    Date: Monday, March 25, 2019 @ 08:51:02
  Author: arojas
Revision: 349162

archrelease: copy trunk to staging-x86_64

Added:
  wxmaxima/repos/staging-x86_64/
  wxmaxima/repos/staging-x86_64/PKGBUILD
    (from rev 349161, wxmaxima/trunk/PKGBUILD)

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

Copied: wxmaxima/repos/staging-x86_64/PKGBUILD (from rev 349161, wxmaxima/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2019-03-25 08:51:02 UTC (rev 349162)
@@ -0,0 +1,34 @@
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Angelo Theodorou <encelo at users.sourceforge.net>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+
+pkgname=wxmaxima
+pkgver=19.03.1
+pkgrel=2
+pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
+arch=('x86_64')
+url="https://wxmaxima-developers.github.io/wxmaxima/"
+license=('GPL2')
+depends=('maxima' 'wxgtk3' 'ttf-linux-libertine')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${pkgver}.tar.gz")
+sha256sums=('e29f6476c8e2bdd8367695955078372c39786810261b169f6ca0208ec5b01f24')
+
+build() {
+  cd ${pkgname}-Version-${pkgver}
+  cmake . \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make
+}
+
+#check() {
+#  cd ${pkgname}-Version-${pkgver}
+#  ./src/wxmaxima test/testbench_simple.wxmx
+#}
+
+package() {
+  cd ${pkgname}-Version-${pkgver}
+
+  make DESTDIR="${pkgdir}" install 
+}



More information about the arch-commits mailing list