mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
gnuplot.info (#1679)
This commit is contained in:
parent
eff61bd4f2
commit
eb280e08ba
1 changed files with 40 additions and 0 deletions
40
projects/gnuplot.info/package.yml
Normal file
40
projects/gnuplot.info/package.yml
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
distributable:
|
||||||
|
url: https://downloads.sourceforge.net/project/gnuplot/gnuplot/{{version}}/gnuplot-{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
- 5.4.6
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
libgd.github.io: '*'
|
||||||
|
lua.org: '*'
|
||||||
|
gnome.org/pango: '*'
|
||||||
|
gnu.org/readline: '*'
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
tea.xyz/gx/cc: c99
|
||||||
|
tea.xyz/gx/make: '*'
|
||||||
|
gnu.org/autoconf: '*'
|
||||||
|
gnu.org/libtool: '*'
|
||||||
|
freedesktop.org/pkg-config: '*'
|
||||||
|
|
||||||
|
script: |
|
||||||
|
./configure $ARGS
|
||||||
|
make --jobs {{ hw.concurrency }} install
|
||||||
|
env:
|
||||||
|
ARGS:
|
||||||
|
- --disable-dependency-tracking
|
||||||
|
- --disable-silent-rules
|
||||||
|
- --prefix={{prefix}}
|
||||||
|
- --with-readline={{deps.gnu.org/readline.prefix}}
|
||||||
|
- --without-tutorial
|
||||||
|
- --disable-wxwidgets
|
||||||
|
- --without-qt
|
||||||
|
- --without-x
|
||||||
|
- --without-latex
|
||||||
|
provides:
|
||||||
|
- bin/gnuplot
|
||||||
|
|
||||||
|
test:
|
||||||
|
gnuplot --version | grep {{ version.marketing }}
|
Loading…
Reference in a new issue