wok-next diff libsdl-mixer-dev/receipt @ rev 2669
Patch libmad-dev for mad.pc
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Sun Apr 19 10:06:47 2009 +0000 (2009-04-19) |
parents | |
children | e8024c01fc47 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libsdl-mixer-dev/receipt Sun Apr 19 10:06:47 2009 +0000 1.3 @@ -0,0 +1,23 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libsdl-mixer-dev" 1.7 +VERSION="1.2.8" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Development files of a multichannel sample and music mixer." 1.10 +MAINTAINER="chadi.elahmad@gmail.com" 1.11 + 1.12 +WEB_SITE="http://www.libsdl.org/projects/SDL_mixer/" 1.13 + 1.14 +DEPENDS="libsdl-mixer libSDL-dev libmad-dev libvorbis-dev libogg-dev " 1.15 +WANTED="libsdl-mixer" 1.16 +SOURCE="SDL_mixer" 1.17 + 1.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 +genpkg_rules() 1.20 +{ 1.21 + mkdir -p $fs/usr/lib 1.22 + 1.23 + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.24 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.25 + cp -a $_pkg/usr/include $fs/usr 1.26 +}