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

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents 1ff0133b1f8c
children df20b2110f7e
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 &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 libsdl-mixer)
27 copy @std
28 DEPENDS="fluidsynth libsdl tslib"
29 ;;
30 *-dev)
31 copy @dev
32 DEPENDS="libsdl-mixer libsdl-dev fluidsynth-dev tslib-dev"
33 ;;
34 esac
35 }