wok-next view ario/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 835b3b8ce6ac
children d2950281f122
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="$SF_MIRROR/ario-player/$TARBALL"
14 BUILD_DEPENDS="intltool libgcrypt-dev gtk+-dev libunique-dev curl-dev \
15 gnutls-dev libmpdclient-dev taglib-dev libgpg-error-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="gdk-pixbuf glib gtk+ libcurl libgcrypt libmpdclient libunique \
36 libxml2 pango taglib"
37 TAGS="music audio player mp3 ogg"
38 }