wok-next annotate libgtkhtml/receipt @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents d43bf7aae921
children df20b2110f7e
rev   line source
al@20456 1 # SliTaz package receipt v2.
rcx@3298 2
rcx@3298 3 PACKAGE="libgtkhtml"
rcx@3298 4 VERSION="2.11.1"
rcx@3298 5 CATEGORY="x-window"
al@20456 6 SHORT_DESC="A gtk-based HTML rendering/editing library"
rcx@3298 7 MAINTAINER="rcx@zoominternet.net"
pascal@15473 8 LICENSE="LGPL2"
al@20456 9 WEB_SITE="http://freshmeat.net/projects/libgtkhtml/"
al@20456 10
pascal@15473 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@17869 12 WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
pascal@15473 13
al@20513 14 BUILD_DEPENDS="libxml2-dev gtk+-dev xorg-libXdamage-dev expat-dev"
al@20456 15 SPLIT="libgtkhtml-dev"
rcx@3298 16
al@20456 17 compile_rules() {
al@20534 18 ./configure $CONFIGURE_ARGS &&
al@20534 19 fix libtool &&
al@20534 20 make &&
al@20534 21 make DESTDIR=$DESTDIR install
rcx@3298 22 }
rcx@3298 23
al@20456 24 genpkg_rules() {
al@20456 25 case $PACKAGE in
al@20456 26 libgtkhtml)
al@20456 27 copy @std
al@20456 28 DEPENDS="glibc-base glib expat libxml2 zlib gtk+ cairo atk \
al@20456 29 fontconfig freetype pango xorg-pixman libpng16 xorg-libX11 \
al@20456 30 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXcursor \
al@20456 31 xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes \
al@20456 32 xorg-libXinerama xorg-libXrender"
al@20456 33 ;;
al@20456 34 *-dev)
al@20456 35 copy @dev
al@20456 36 ;;
al@20456 37 esac
rcx@3298 38 }