wok-next view pidgin-musictracker/receipt @ rev 21268

updated frogatto (1.3.1 -> 1.3.3)
author Hans-G?nter Theisgen
date Fri Dec 06 17:30:20 2019 +0100 (2019-12-06)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pidgin-musictracker"
4 VERSION="0.4.22"
5 CATEGORY="network"
6 SHORT_DESC="A Pidgin 'now playing' plugin to publicise the songs you are listening to"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://code.google.com/archive/p/pidgin-musictracker/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$WEB_SITE/files/$TARBALL"
14 BUILD_DEPENDS="pidgin-dev gettext-dev libpurple-dev pcre-dev dbus-glib-dev \
15 gtk2-dev glib-dev libffi"
17 compile_rules() {
18 sed \
19 -e 's/g_value_array_free/g_array_unref/' \
20 -e 's/GValueArray/GArray/' \
21 -e '/g_value_array_get_nth/{N;s/GValue.*/status = g_array_index(sigstruct, gint, 0);/}' \
22 -i src/mpris.c
24 ./configure $CONFIGURE_ARGS &&
25 make &&
26 make DESTDIR=$install install
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="pidgin pcre"
32 }