wok-stable view libsdl-mixer-dev/receipt @ rev 6952

Fixed a bug in gobject-introspection. Looks like /usr/lib/girepository-1.0 is needed gobject-introspection instead of the -dev package.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 25 22:01:57 2010 +0000 (2010-10-25)
parents e8024c01fc47
children be13f25e790b
line source
1 # SliTaz package receipt.
3 PACKAGE="libsdl-mixer-dev"
4 VERSION="1.2.11"
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 }