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

Moved Module.sysvers to Module.sysvers-modules. This is cause i think making linux-without-modules bzImage is was change that file. Removed /usr/src/linux in pre_remove function in linux-module-headers. Added /usr/src/linux soft link to post_install in linux-module-headers.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 12:59:54 2010 +0000 (2010-12-16)
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 }