wok view libsdl-mixer-dev/receipt @ rev 2204

get-OpenOffice3: add it_IT and ru_RU support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 10 10:31:53 2009 +0000 (2009-02-10)
parents
children e8024c01fc47
line source
1 # SliTaz package receipt.
3 PACKAGE="libsdl-mixer-dev"
4 VERSION="1.2.8"
5 CATEGORY="development"
6 SHORT_DESC="Development files of a multichannel sample and music mixer."
7 MAINTAINER="chadi.elahmad@gmail.com"
9 WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/"
11 DEPENDS="libsdl-mixer libSDL-dev libmad-dev libvorbis-dev libogg-dev "
12 WANTED="libsdl-mixer"
13 SOURCE="SDL_mixer"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
20 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
21 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
22 cp -a $_pkg/usr/include $fs/usr
23 }