wok-next view libsdl-mixer/receipt @ rev 19965

Up frogatto, glew, gtkspell3, libsdl-gfx, libsdl-image, libsdl-mixer, libsdl-net, libsdl-pango, libsdl-ttf, osmo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 17 13:43:41 2017 +0300 (2017-10-17)
parents 6037f37a1c85
children c4e53a39395a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libsdl-mixer"
4 VERSION="1.2.12"
5 CATEGORY="development"
6 SHORT_DESC="A multichannel sample and music mixer"
7 MAINTAINER="chadi.elahmad@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/release-1.2.html"
10 HOST_ARCH="i486 arm"
12 TARBALL="SDL_mixer-$VERSION.tar.gz"
13 WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL"
15 BUILD_DEPENDS="libsdl-dev fluidsynth-dev libvorbis-dev flac-dev libsmpeg-dev"
16 SPLIT="libsdl-mixer-dev"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 genpkg_rules() {
23 case $PACKAGE in
24 libsdl-mixer)
25 copy @std
26 DEPENDS="libsdl"
27 ;;
28 *-dev)
29 copy @dev
30 DEPENDS="libsdl-mixer libsdl-dev"
31 ;;
32 esac
33 }