Skip to content

Commit

Permalink
plplot: update from 5.9.7 to 5.13.0
Browse files Browse the repository at this point in the history
- be0ify
- get rid of png12 dependency
  • Loading branch information
wwwutz committed Jun 7, 2018
1 parent 1c59633 commit 3f6049e
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 30 deletions.
30 changes: 0 additions & 30 deletions plplot-5.9.7-1.bee

This file was deleted.

47 changes: 47 additions & 0 deletions plplot.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
#!/usr/bin/env beesh

# BEE_VERSION plplot-5.13.0-0
SRCURL[0]="https://sourceforge.net/projects/plplot/files/plplot/${PKGVERSION}%20Source/plplot-${PKGVERSION}.tar.gz/download plplot-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
# control which languages we support to keep dependency impact low
bee_configure \
-DBUILD_SHARED_LIBS=OFF \
-DDEFAULT_NO_BINDINGS=ON \
-DENABLE_cxx=ON \
-DENABLE_qt=ON \
-DENABLE_tcl=ON \
-DENABLE_tk=ON \
-DENABLE_wxwidgets=ON \
-DBUILD_TEST=ON
}

#mee_build() {
# bee_build
#}

#mee_build_post() {
# ctest
# 100% tests passed, 0 tests failed out of 19
#}

mee_install() {
bee_install
rm -rf ${D}/usr/share/plplot${PKGVERSION}/examples
rm -rf ${D}/usr/share/doc/plplot
}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 3f6049e

Please sign in to comment.