wok-next view ario/receipt @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 380ffe05937a
children c4cd004842d1
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ario"
4 VERSION="1.5.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="GTK client for MPD"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://ario-player.sourceforge.net/index.php?en"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://freefr.dl.sourceforge.net/sourceforge/ario-player/$TARBALL"
14 BUILD_DEPENDS="glib-dev gtk+-dev gnutls-dev taglib-dev intltool libunique-dev \
15 libtasn1-dev libgcrypt-dev curl-dev libglade-dev taglib-dev libmpdclient-dev"
17 compile_rules() {
18 sed -i 's|.glib/gslist.h.|<glib.h>|' src/ario-util.h src/ario-profiles.h
19 sed -i 's|<glib/gkeyfile.h>|<glib.h>|' src/plugins/ario-plugin-info.c
21 ./configure \
22 --disable-dbus \
23 --disable-notify \
24 --disable-mpdidle \
25 --disable-audioscrobbler \
26 --disable-avahi \
27 $CONFIGURE_ARGS &&
28 fix libtool &&
29 make -j1 &&
30 make -j1 DESTDIR=$DESTDIR install
31 }
33 genpkg_rules() {
34 copy @std
35 DEPENDS="libgcrypt gtk+ libcurl libglade libmpdclient taglib dbus-glib \
36 libunique libtasn1"
37 TAGS="music audio player mp3 ogg"
38 }