wok-next view sdl-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="sdl-mixer"
4 VERSION="1.2.12"
5 CATEGORY="development"
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/release-1.2.html"
11 TARBALL="SDL_mixer-$VERSION.tar.gz"
12 WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL"
13 TARBALL_SHA1="a20fa96470ad9e1052f1957b77ffa68fb090b384"
15 BUILD_DEPENDS="sdl-dev fluidsynth-dev libvorbis-dev flac-dev smpeg-dev"
16 SPLIT="$PACKAGE-dev"
18 DEPENDS_std="fluidsynth sdl tslib"
19 DEPENDS_dev="$PACKAGE sdl-dev fluidsynth-dev tslib-dev"
21 compile_rules() {
22 ./configure \
23 --disable-static \
24 $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install
28 }