Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mariux64/bee-files
base: 36fd759adf6c7b4c3740b433cba3dea748d2871f
Choose a base ref
..
head repository: mariux64/bee-files
compare: d930c1b0da1146ccc96f6a4f8a27bca4428624b7
Choose a head ref
Showing with 30 additions and 47 deletions.
  1. +30 −0 plplot-5.9.7-1.bee
  2. +0 −47 plplot.be0
30 changes: 30 additions & 0 deletions plplot-5.9.7-1.bee
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#!/bin/env beesh

SRCURL[0]="http://downloads.sourceforge.net/project/plplot/plplot/${PKGVERSION}%20Source/plplot-${PKGVERSION[2]}.7.tar.gz"

PATCHURL[0]=""

PGRP=( uncategorized )



BEE_CONFIGURE=none

EXCLUDE="^/usr/share/plplot${PKGVERSION}/examples ^/usr/share/doc"

mee_patch() {
bee_patch
}

mee_configure() {
cmake ${S} -DCMAKE_INSTALL_PREFIX=${PREFIX} -DENABLE_DYNDRIVERS=OFF
}

mee_build() {
bee_build
}

mee_install() {
bee_install
}

47 changes: 0 additions & 47 deletions plplot.be0

This file was deleted.