wok annotate yad-gtk2-html/receipt @ rev 23696

Up libtcplay (3.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:29:39 2020 +0000 (2020-04-27)
parents 4b55a51aefa5
children ee53899c6189
rev   line source
al@19311 1 # SliTaz package receipt.
al@19311 2
al@19311 3 PACKAGE="yad-gtk2-html"
Hans-G?nter@22318 4 VERSION="0.40.0"
al@19311 5 CATEGORY="utilities"
Hans-G?nter@22318 6 TAGS="gtk2"
Hans-G?nter@22318 7 SHORT_DESC="Yet Another Dialog (GTK+2, with HTML widget)."
al@19311 8 MAINTAINER="devl547@gmail.com"
al@19311 9 LICENSE="GPL3"
al@19311 10 WEB_SITE="https://sourceforge.net/projects/yad-dialog/"
Hans-G?nter@22318 11
al@19311 12 TARBALL="yad-$VERSION.tar.xz"
al@19311 13 WGET_URL="$SF_MIRROR/yad-dialog/$TARBALL"
al@19311 14
al@19311 15 PROVIDE="yad-gtk2:libwebkit yad-html"
al@19311 16 SIBLINGS="yad-gtk2 yad-gtk3"
Hans-G?nter@22318 17 DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib glibc-base gtk+ libffi \
Hans-G?nter@22318 18 libgio libsoup libwebkit pango pcre zlib"
Hans-G?nter@22318 19 BUILD_DEPENDS="gtk+-dev libwebkit-dev"
al@19311 20
al@19311 21 # Rules to configure and make the package.
al@19311 22 compile_rules()
al@19311 23 {
al@19311 24 patch -p1 -i $WOK/yad-gtk2/stuff/ru.patch
al@19311 25
Hans-G?nter@22318 26 ./configure \
Hans-G?nter@22318 27 --enable-icon-browser \
Hans-G?nter@22318 28 --enable-html \
al@19311 29 $CONFIGURE_ARGS &&
Hans-G?nter@22318 30 make &&
Hans-G?nter@22318 31 make install
al@19311 32 }
al@19311 33
al@19311 34 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19311 35 genpkg_rules()
al@19311 36 {
al@19311 37 cook_copy_files yad yad-icon-browser
al@19311 38 cook_copy_icons
al@19311 39 }