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

Unlock x86_64 architecture
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 02 12:12:14 2018 +0200 (2018-03-02)
parents 595097cb4e40
children 1ff0133b1f8c
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"
11 TARBALL="SDL_mixer-$VERSION.tar.gz"
12 WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL"
14 BUILD_DEPENDS="libsdl-dev fluidsynth-dev libvorbis-dev flac-dev libsmpeg-dev"
15 SPLIT="libsdl-mixer-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS && make && make install
19 }
21 genpkg_rules() {
22 case $PACKAGE in
23 libsdl-mixer)
24 copy @std
25 DEPENDS="libsdl"
26 ;;
27 *-dev)
28 copy @dev
29 DEPENDS="libsdl-mixer libsdl-dev"
30 ;;
31 esac
32 }