[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/gle-graphics/gle-graphics.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Graphics Layout Engine / Professional Graphics Language [T] GLE is a graphics language that produces postscript, EPS, PDF, PNG, or [T] JPG ouput from a simple script file. The GLE scripting language is full [T] featured with variables, subroutines, logic control, looping, and [T] graphing tools. It is great for plotting and charting data. [U] https://www.gle-graphics.org/ [A] Chris Pugmire {original program creation and design} [A] Vincent LaBella {4.0 C++ code base} [M] Rene Rebe [C] extra/graphic [F] NOPARALLEL [L] BSD [S] Stable [V] 4.2.4bf [D] 942e1a6a41ee842a6aa5753bd099b09a0a7edaa0872a5c8af3e8fd8c gle-graphics-4.2.4bf-src.tar.gz http://dl.sourceforge.net/sourceforge/glx/ hook_add prepatch 3 "ln -s Makefile{.gcc,}" hook_add preconf 5 "export GLE_TOP=$PWD/bin" # gle does use CC for linking ... var_remove_regex makeopt " " "CC=.*" var_append makeopt ' ' CC=$CXX var_append GCC_WRAPPER_INSERT ' ' "$(pkg-config x11 --libs-only-L)"