Add Klystron (development-only package)

This commit is contained in:
Adrien Destugues
2015-04-05 22:57:31 +02:00
parent b7fed8588f
commit 8a8b2def99
2 changed files with 89 additions and 5 deletions

View File

@@ -24,7 +24,6 @@ PROVIDES="
REQUIRES="
haiku${secondaryArchSuffix}
lib:libSDL2_2.0${secondaryArchSuffix}
lib:libGL$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
lib:libpng$secondaryArchSuffix
lib:libstdc++$secondaryArchSuffix
@@ -37,8 +36,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libGL${secondaryArchSuffix}
devel:libSDL2${secondaryArchSuffix}
devel:libsdl2${secondaryArchSuffix}
devel:libjpeg$secondaryArchSuffix
devel:libpng$secondaryArchSuffix
devel:libtiff$secondaryArchSuffix
@@ -67,8 +65,8 @@ BUILD()
aclocal --install -I acinclude
autoconf
dos2unix miniz.h
runConfigure ./configure --enable-jpg-shared=false --enable-png-shared=false \
--enable-tif-shared=false --enable-webp-shared=false
runConfigure ./configure --enable-jpg-shared=no --enable-png-shared=no \
--enable-tif-shared=no --enable-webp-shared=no
make $jobArgs
}