
Receipt for package "webkit-r"
# SliTaz package receipt. PACKAGE="webkit-r" VERSION="99690" BRANCH="$VERSION" CATEGORY="network" SHORT_DESC="xHTML render library." MAINTAINER="pankso@slitaz.org" LICENSE="BSD LGPL" TARBALL="WebKit-r${VERSION}.tar.bz2" WEB_SITE="https://webkit.org/" #WGET_URL="http://nightly.webkit.org/files/trunk/src/$TARBALL" WGET_URL="https://github.com/WebKit/WebKit.git" DEPENDS="libxslt expat gtk+ icu jpeg libcurl libxml2 openssl sqlite \ xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite \ xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes \ xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXt \ xorg-libXdamage gcc-lib-base" BUILD_DEPENDS="icu icu-dev gperf libxslt-dev glib-dev autoconf automake \ sqlite-dev libtool m4 bison flex curl-dev gtk-doc libsoup-dev \ gst-plugins-base-dev gstreamer-dev util-linux-uuid-dev \ jpeg-dev libjpeg libpng-dev pango-dev gtk+-dev orc-dev" # What is the latest version available today? current_version() { wget -O - https://svn.webkit.org/repository/webkit/ 2>/dev/null | \ sed '/rev="[0-9]/!d;s|.*rev="||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { patch -p0 < $stuff/bison26.u patch -p1 < $stuff/CSSParser.cpp.u ./autogen.sh \ --prefix=/usr \ --mandir=/usr/share/man \ --with-gtk=2.0 \ $CONFIGURE_ARGS && make $MAKEFLAGS && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)