wok-next view ario/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
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="devel@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-dev glib-dev intltool gtk3-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 gtk3 libcurl libmpdclient libxml2 pango taglib"
33 TAGS="music audio player MP3 Ogg"
34 }