wok-next annotate libnotify/receipt @ rev 21687

updated glpi (0.80.7 -> 9.4.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:11:21 2020 +0100 (2020-06-29)
parents d5aab818505e
children
rev   line source
al@19804 1 # SliTaz package receipt v2.
erjo@1987 2
erjo@1987 3 PACKAGE="libnotify"
al@19804 4 VERSION="0.7.7"
erjo@1987 5 CATEGORY="utilities"
erjo@1987 6 SHORT_DESC="Notification library"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@14714 8 LICENSE="LGPL2.1"
al@19691 9 WEB_SITE="https://developer.gnome.org/libnotify/"
al@21153 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/libnotify.html"
erjo@1987 11
al@19691 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19691 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
al@21153 14 TARBALL_SHA1="4cdf482737df504ac37f5489940b5c7ea5e18d57"
al@19691 15
al@21017 16 BUILD_DEPENDS="gdk-pixbuf-dev glib-dev gtk2-dev gobject-introspection-dev \
al@19691 17 gtk-doc xmlto"
al@21020 18 SPLIT="$PACKAGE-dev"
pascal@14714 19
al@21153 20 DEPENDS_std="gdk-pixbuf glib"
al@21153 21 DEPENDS_dev="$PACKAGE gdk-pixbuf-dev glib-dev"
al@21153 22
al@20443 23 compile_rules() {
al@21153 24 ./configure \
al@21153 25 --disable-static \
al@21153 26 $CONFIGURE_ARGS &&
al@20595 27 fix libtool &&
al@20595 28 make &&
al@20595 29 make install
erjo@1987 30 }