wok-next view midori/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="midori"
4 VERSION="0.5.11"
5 CATEGORY="network"
6 SHORT_DESC="Lightweight web browser based on GTK+/WebKit"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://www.midori-browser.org/"
11 TARBALL="${PACKAGE}_${VERSION}_all_.tar.bz2"
12 WGET_URL="https://midori-browser.org/downloads/$TARBALL"
13 TARBALL_SHA1="64c86935028feb5f89d799c2acacaad67764da6f"
15 BUILD_DEPENDS="cmake vala sqlite3-dev libsoup-dev shared-mime-info gcr-dev \
16 webkitgtk-dev gettext-dev rsvg-convert intltool"
18 compile_rules() {
19 ./configure \
20 --prefix=/usr \
21 --disable-zeitgeist &&
22 make &&
23 make install || return 1
25 cp $stuff/config $install/etc/xdg/midori
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="atk libcairo fontconfig freetype gcr-base gdk-pixbuf glib gtk2 \
31 libsoup libsoup-gnome libsqlite3 libxml2 p11-kit pango webkitgtk \
32 gsettings-desktop-schemas"
33 TAGS="web-browser web webkit"
34 }