wok view libsdl2-mixer-dev/receipt @ rev 18717

Up tor (0.2.7.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 17 13:30:03 2015 +0100 (2015-12-17)
parents
children 4edee500eec9
line source
1 # SliTaz package receipt.
3 PACKAGE="libsdl2-mixer-dev"
4 VERSION="2.0.0"
5 CATEGORY="development"
6 SHORT_DESC="Development files of 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/"
10 WANTED="libsdl2-mixer"
11 SOURCE="SDL2_mixer"
12 HOST_ARCH="i486 arm"
14 DEPENDS="libsdl2-mixer libsdl2-dev libmad-dev libvorbis-dev libogg-dev "
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/*.a $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }