wok-next view sdl2-mixer/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="sdl2-mixer"
4 VERSION="2.0.4"
5 CATEGORY="multimedia"
6 SHORT_DESC="A multichannel sample and music mixer"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
11 TARBALL="SDL2_mixer-$VERSION.tar.gz"
12 WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL"
13 TARBALL_SHA1="242a63b1c7f38e358e94b1e0dc5120a6c1f3763b"
15 BUILD_DEPENDS="sdl2-dev libmodplug-dev fluidsynth-dev libvorbis-dev flac-dev \
16 smpeg2-dev"
17 SPLIT="$PACKAGE-dev"
19 DEPENDS_std="sdl2 tslib"
20 DEPENDS_dev="$PACKAGE sdl2-dev tslib-dev"
22 SUGGESTED_std="libmodplug fluidsynth libvorbis libogg flac smpeg2"
24 compile_rules() {
25 ./configure \
26 --disable-static \
27 $CONFIGURE_ARGS &&
28 fix libtool &&
29 make &&
30 make install
31 }