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

tazbb: add TAZBB_NO_INSTALL support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 01 13:06:49 2010 +0100 (2010-03-01)
parents a7b619564b2b
children b69d57bf0722
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 }