
Receipt for package "aqualung"
# SliTaz package receipt. PACKAGE="aqualung" VERSION="1.1" CATEGORY="multimedia" TAGS="music audio player mp3 ogg" SHORT_DESC="Aqualung audio player." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://aqualung.jeremyevans.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/jeremyevans/$PACKAGE/archive/refs/tags/$VERSION.tar.gz" SUGGESTED="aqualung-lang" DEPENDS="alsa-lib bzlib flac gtk+ lame libcdio libmad libmodplug libogg libsamplerate libsndfile libvorbis" BUILD_DEPENDS="alsa-lib-dev automake bzip2-dev flac-dev gtk+-dev lame-dev libmad-dev libogg-dev libsamplerate-dev libsndfile-dev libvorbis-dev libxml2-dev" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ sed '/tag\//!d;s|.*tag/v*||;s|".*||;q' } # Rules to configure and make the package. compile_rules() { # Trying to create ~/.config when ~/.config already exists # aborts program. # In SliTaz ~/.config should already exist. patch --strip=0 --input=$stuff/patches/core.c-1.1 ./autogen.sh && ./configure \ --with-lavc=no \ --with-jack=no && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/pixmaps cook_copy_folders bin cook_copy_folders aqualung # Remove documentation rm -rf $fs/usr/share/doc cd $fs/usr/share/pixmaps ln -s ../aqualung/general.png aqualung.png }
6011 packages and 861670 files in cooking database (Fri May 9 08:56:28 2025)