wok-next view libsdl2-mixer/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | df20b2110f7e |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libsdl2-mixer"
4 VERSION="2.0.1"
5 CATEGORY="multimedia"
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/"
10 REPOLOGY="sdl2-mixer"
12 TARBALL="SDL2_mixer-$VERSION.tar.gz"
13 WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL"
15 BUILD_DEPENDS="libsdl2-dev libmodplug-dev fluidsynth-dev libvorbis-dev \
16 flac-dev libsmpeg2-dev"
17 SPLIT="$PACKAGE-dev"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 libsdl2-mixer)
29 copy @std
30 DEPENDS="libsdl2 tslib"
31 SUGGESTED="libmodplug fluidsynth libvorbis libogg flac libsmpeg2"
32 ;;
33 *-dev)
34 copy @dev
35 DEPENDS="libsdl2-mixer libsdl2-dev tslib-dev"
36 ;;
37 esac
38 }