wok-next view ario/receipt @ rev 20957

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 15:26:05 2018 +0300 (2018-09-05)
parents c4cd004842d1
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ario"
4 VERSION="1.6"
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="automake libtool gettext glib-dev intltool gtk+3-dev \
15 libxml2-dev curl-dev libmpdclient-dev taglib-dev"
17 compile_rules() {
18 autoreconf -fi &&
19 ./configure \
20 --disable-static \
21 --disable-dbus \
22 --disable-mpdidle \
23 --disable-avahi \
24 $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install
28 }
30 genpkg_rules() {
31 copy @std @ico
32 DEPENDS="gdk-pixbuf glib gtk+3 libcurl libmpdclient libxml2 pango taglib"
33 TAGS="music audio player mp3 ogg"
34 }