wok-next annotate eom/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents 82b613cfd1e0
children
rev   line source
al@20096 1 # SliTaz package receipt v2.
yuripourre@17868 2
yuripourre@17868 3 PACKAGE="eom"
al@20938 4 VERSION="1.20.1"
al@20096 5 CATEGORY="graphics"
al@20096 6 SHORT_DESC="An image viewer for MATE"
yuripourre@17868 7 MAINTAINER="yuripourre@gmail.com"
al@20096 8 LICENSE="GPL2"
al@20096 9 WEB_SITE="https://github.com/mate-desktop/eom"
al@20096 10
yuripourre@17868 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20096 12 WGET_URL="https://github.com/mate-desktop/eom/archive/v$VERSION.tar.gz"
yuripourre@17868 13
al@21020 14 BUILD_DEPENDS="mate-common yelp-tools-dev gtk-doc itstool \
al@20096 15 gobject-introspection-dev libexif-dev lcms2-dev exempi-dev libjpeg-turbo-dev \
al@21017 16 dbus-glib-dev librsvg-dev gtk3-dev mate-desktop-dev gdk-pixbuf-dev \
al@20096 17 shared-mime-info-dev libpeas-dev"
al@21020 18 SPLIT="$PACKAGE-dev"
yuripourre@17868 19
al@21105 20 DEPENDS_std="atk libcairo dbus-glib exempi gdk-pixbuf glib gobject-introspection \
al@21143 21 gtk3 liblcms2 libexif libjpeg-turbo libpeas libpeas-gtk librsvg libxml2 \
al@21078 22 mate-desktop libx11 zlib"
al@21054 23 DEPENDS_dev="eom glib-dev gtk3-dev"
al@21054 24
al@21054 25 TAGS_std="MATE"
al@21054 26
al@20096 27 compile_rules() {
al@20096 28 ./autogen.sh \
yuripourre@17868 29 $CONFIGURE_ARGS &&
al@20534 30 fix libtool &&
yuripourre@17868 31 make &&
al@21054 32 make install || return 1
al@21054 33
al@21054 34 fix symlinks
yuripourre@17868 35 }