wok view libsdl-image-dev/receipt @ rev 2379

Fix: get-OpenOffice4 typo
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Mar 08 00:49:28 2009 +0100 (2009-03-08)
parents
children a7b619564b2b
line source
1 # SliTaz package receipt.
3 PACKAGE="libsdl-image-dev"
4 VERSION="1.2.6"
5 CATEGORY="development"
6 SHORT_DESC="Development files of an image file loading library."
7 MAINTAINER="chadi.elahmad@gmail.com"
9 WEB_SITE="http://www.libsdl.org/projects/SDL_image/"
11 DEPENDS="libsdl-image libSDL-dev libpng-dev jpeg-dev zlib-dev "
12 WANTED="libsdl-image"
13 SOURCE="SDL_image"
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 }