wok-next annotate pidgin-libnotify/receipt @ rev 21344

updated directfb-examples (1.2.0 -> 1.7.0)
author Hans-G?nter Theisgen
date Thu Apr 09 10:54:15 2020 +0100 (2020-04-09)
parents f48456621a9d
children
rev   line source
al@21017 1 # SliTaz package receipt v2.
erjo@4864 2
erjo@4864 3 PACKAGE="pidgin-libnotify"
erjo@4864 4 VERSION="0.14"
erjo@4864 5 CATEGORY="network"
al@21017 6 SHORT_DESC="Notification interface for Pidgin"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15091 8 LICENSE="GPL3"
al@21017 9 WEB_SITE="http://gaim-libnotify.sourceforge.net/"
al@21017 10
erjo@4864 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21020 12 WGET_URL="$SF_MIRROR/gaim-libnotify/$TARBALL"
erjo@4864 13
al@21017 14 BUILD_DEPENDS="intltool libpurple-dev libnotify-dev pidgin-dev libffi gtk2-dev"
pascal@15091 15
al@21017 16 compile_rules() {
pascal@17600 17 sed -i '/notify_notification_new/s/, NULL,/,/' src/pidgin-libnotify.c
al@21017 18
al@21017 19 ./configure $CONFIGURE_ARGS &&
al@21017 20 make &&
al@21017 21 make install
erjo@4864 22 }
erjo@4864 23
al@21017 24 genpkg_rules() {
erjo@4864 25 mkdir -p $fs/usr/lib/purple-2
pascal@15091 26 cp -a $install/usr/lib/purple-2/*.so $fs/usr/lib/purple-2
al@21017 27 DEPENDS="pidgin libnotify"
erjo@4864 28 }