Receipt for package "libsdl-mixer"
# SliTaz package receipt. PACKAGE="libsdl-mixer" SOURCE="SDL_mixer" VERSION="1.2.12" CATEGORY="development" SHORT_DESC="A multichannel sample and music mixer." MAINTAINER="chadi.elahmad@gmail.com" LICENSE="LGPL2.1" WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL" DEPENDS="libsdl libmad libvorbis libogg" BUILD_DEPENDS="alsa-lib-dev libmad-dev libogg-dev libsdl libsdl-dev \ libvorbis-dev" HOST_ARCH="i486 arm" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ sed "/latest/d;/$SOURCE-[0-9]/!d;/tar/!d;s|.*$SOURCE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q } # Rules to configure and make the package. compile_rules() { ./configure \ --prefix=/usr \ --enable-music-mp3-mad \ $CONFIGURE_ARGS && make -j 1 && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib }
6063 packages and 233209 files in current database (Sat Dec 21 00:00:03 2024)