wok-next annotate eom/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 9102678083fb
children d5aab818505e
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@20096 14 BUILD_DEPENDS="mate-common yelp-tools 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@20096 18 SPLIT="eom-dev"
yuripourre@17868 19
al@20096 20 compile_rules() {
al@20096 21 ./autogen.sh \
yuripourre@17868 22 $CONFIGURE_ARGS &&
al@20534 23 fix libtool &&
yuripourre@17868 24 make &&
al@20096 25 make install
yuripourre@17868 26 }
yuripourre@17868 27
al@20096 28 genpkg_rules() {
al@20096 29 case $PACKAGE in
al@20096 30 eom)
al@20096 31 copy @std
al@20749 32 DEPENDS="atk cairo dbus-glib exempi gdk-pixbuf glib \
al@21017 33 gobject-introspection gtk3 lcms2 libexif libjpeg-turbo libpeas \
al@20749 34 libpeas-gtk librsvg libxml2 mate-desktop xorg-libX11 zlib"
al@20096 35 ;;
al@20096 36 *-dev)
al@20096 37 copy @dev
al@21017 38 DEPENDS="eom glib-dev gtk3-dev"
al@20096 39 ;;
al@20096 40 esac
al@20096 41 TAGS="MATE"
yuripourre@17868 42 }