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

busybox: tipo in /etc/init.d/udhcpd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 08 17:17:44 2010 +0200 (2010-04-08)
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 }