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

freetype: return freetype-config back
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 11:44:50 2018 +0300 (2018-08-21)
parents 5841522533ec
children d5aab818505e
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 REPOLOGY="sdl-mixer"
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 &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 libsdl-mixer)
28 copy @std
29 DEPENDS="fluidsynth libsdl tslib"
30 ;;
31 *-dev)
32 copy @dev
33 DEPENDS="libsdl-mixer libsdl-dev fluidsynth-dev tslib-dev"
34 ;;
35 esac
36 }