summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordaurnimator2017-01-31 01:57:22 +1100
committerdaurnimator2017-01-31 01:57:22 +1100
commit19df2658ab4af209f7415bf8721289a3da667830 (patch)
tree7075def22660cc2f1ef85e346fa6356e967e1dc5 /PKGBUILD
parentf1aca7f9ccae007936c8c5731b2d1ed0731ce2b1 (diff)
downloadaur-19df2658ab4af209f7415bf8721289a3da667830.tar.gz
Can now build iup_plot
Due to fixed libcd package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 16 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8740944eff2d..d6c87cd0cbb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,10 +24,23 @@ md5sums=('146fa386c212892a5fe917c671056aeb'
build() {
cd "$pkgname"
- # iup_plot not built due to libcd package not installing libcdcontextplus
- # iup_view not built due to needing static libraries
+ # iupview not built due to needing static libraries
# iuplua5 and iupconsole not built due to libcd package not installing libcdlua53
- make iup iupcd iupcontrols iupgl iupglcontrols iupmatrixex iup_mglplot iup_scintilla iupim iupimglib iupweb iuptuio ledc \
+ make iup iupgtk \
+ iupcd \
+ iupcontrols \
+ iupmatrixex \
+ iup_plot \
+ iup_mglplot \
+ iup_scintilla \
+ iupgl \
+ iupglcontrols \
+ iupim \
+ iupole \
+ iupweb \
+ iuptuio \
+ iupimglib \
+ ledc \
CD_LIB=/usr/lib \
CD_INC=/usr/include/cd \
IM_LIB=/usr/lib \