SUMMARY="Open source web browser engine" DESCRIPTION=" WebKit is an open source web browser engine. WebKit is also the name of the \ Mac OS X system framework version of the engine that's used by Safari, \ Dashboard, Mail, and many other OS X applications. WebKit's HTML and \ JavaScript code began as a branch of the KHTML and KJS libraries from KDE. " HOMEPAGE="http://www.webkit.org/" COPYRIGHT="1998-2012 Apple Inc., Google Inc., et al" LICENSE=" GNU LGPL v2 GNU LGPL v2.1 MIT " SRC_URI="http://pulkomandy.tk/drop/haikuwebkit_x86-1.2.2-Source.tar.bz2" CHECKSUM_SHA256="50688a5f78cbcc80dc2ec512effbcde36295560d2bbec0efaa9e0c679f303a42" REVISION="1" ARCHITECTURES="x86 x86_64" if [ $effectiveTargetArchitecture != x86_gcc2 ]; then # x86_gcc2 is fine as primary target architecture as long as we're building # for a different secondary architecture. ARCHITECTURES="$ARCHITECTURES x86_gcc2" fi SECONDARY_ARCHITECTURES="x86" PATCHES="haikuwebkit-1.2.2.patchset" PROVIDES=" haikuwebkit$secondaryArchSuffix = $portVersion lib:libWebKit$secondaryArchSuffix = $portVersion " REQUIRES=" haiku$secondaryArchSuffix >= $haikuVersion lib:libicuuc$secondaryArchSuffix lib:libjpeg$secondaryArchSuffix lib:libpng$secondaryArchSuffix lib:libsqlite3$secondaryArchSuffix lib:libxml2$secondaryArchSuffix lib:libxslt$secondaryArchSuffix lib:libz$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel >= $haikuVersion haiku_devel >= $haikuVersion devel:libicuuc$secondaryArchSuffix devel:libjpeg$secondaryArchSuffix devel:libpng$secondaryArchSuffix devel:libsqlite3$secondaryArchSuffix devel:libxml2$secondaryArchSuffix devel:libxslt$secondaryArchSuffix devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:pkg_config cmd:flex cmd:bison cmd:gcc$secondaryArchSuffix cmd:gperf cmd:ld$secondaryArchSuffix cmd:m4 cmd:make cmd:perl cmd:python cmd:cmake cmd:ruby " SOURCE_DIR="haikuwebkit_x86-$portVersion-Source" BUILD() { export PKG_CONFIG_LIBDIR="`finddir B_SYSTEM_DIRECTORY`/$relativeDevelopLibDir/pkgconfig" Tools/Scripts/build-webkit --haiku --no-webkit2 \ --cmakearg="-DCMAKE_INSTALL_PREFIX=$prefix" } INSTALL() { cd WebKitBuild/Release make install rm $developLibDir/* prepareInstalledDevelLibs libWebKit # devel package packageEntries devel \ $developDir } # ----- devel package ------------------------------------------------------- PROVIDES_devel=" haikuwebkit${secondaryArchSuffix}_devel = $portVersion devel:libjavascriptcore$secondaryArchSuffix = $portVersion devel:libwebcore$secondaryArchSuffix = $portVersion devel:libWebKit$secondaryArchSuffix = $portVersion devel:libwtf$secondaryArchSuffix = $portVersion " REQUIRES_devel=" haikuwebkit$secondaryArchSuffix == $portVersion base "