wok-next view libsdl2-mixer/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents c4e53a39395a
children df20b2110f7e
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="tcg.thegamer@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
11 TARBALL="SDL2_mixer-$VERSION.tar.gz"
12 WGET_URL="http://www.libsdl.org/projects/SDL_mixer/release/$TARBALL"
14 BUILD_DEPENDS="libsdl2-dev libmodplug-dev fluidsynth-dev libvorbis-dev \
15 flac-dev libsmpeg2-dev"
16 SPLIT="libsdl2-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 libsdl2-mixer)
28 copy @std
29 DEPENDS="libsdl2 tslib"
30 SUGGESTED="libmodplug fluidsynth libvorbis libogg flac libsmpeg2"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="libsdl2-mixer libsdl2-dev tslib-dev"
35 ;;
36 esac
37 }