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