
Receipt for package "consonance"
# SliTaz package receipt. PACKAGE="consonance" VERSION="0.5" CATEGORY="multimedia" TAGS="player audio music mp3 ogg" SHORT_DESC="A lightwight music manager." MAINTAINER="jozee@slitaz.org" LICENSE="GPL3" WEB_SITE="https://sites.google.com/site/consonancemanager/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://download.tuxfamily.org/slitaz/sources/packages-cooking/${TARBALL:0:1}/$TARBALL" DEPENDS="curl dbus-glib flac gcc83-lib-base libao libcddb libcdio-paranoia libmad libmodplug libnotify libsndfile libvorbis sqlite taglib xcb-util" BUILD_DEPENDS="alsa-lib-dev curl-dev dbus-glib-dev flac-dev gcc83 gtk+-dev libao-dev libcddb-dev libcdio-dev libcdio-paranoia-dev libidn-dev libmad-dev libmodplug-dev libnotify-dev libogg-dev libsndfile-dev libvorbis-dev sqlite-dev taglib-dev" # What is the latest version available today? current_version() { wget -O - https://raw.githubusercontent.com/patradebasish1987/Consonance/master/ChangeLog 2>/dev/null | sed 's|v||;q' } # Rules to configure and make the package. compile_rules() { sed -i 's|cdio/cdda|cdio/paranoia/cdda|' \ src/cdda.h sed -i 's/.*= notify_notification_new_with_status_icon/#define notify_notification_new_with_status_icon(a,b,c,d) notify_notification_new(a,b,gtk_status_icon_get_icon_name(c))\n&/' \ src/statusicon.c export LDFLAGS="$LDFLAGS -lstdc++" ./configure \ --prefix=/usr \ $CONFIGURE_ARGS && make -j 1 && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib mkdir -p $fs/usr/share mkdir -p $fs/usr/share/pixmaps cp -a $install/usr/bin $fs/usr cp -a $install/usr/share/$PACKAGE $fs/usr/share cp -a $install/usr/share/$PACKAGE/data/consonance.png \ $fs/usr/share/pixmaps }
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)