wok-6.x annotate libsdl-image-dev/receipt @ rev 9408
Removed all .la files in libsdl* packages.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Mar 28 21:16:38 2011 +0000 (2011-03-28) |
parents | be13f25e790b |
children | 6eff489aa802 |
rev | line source |
---|---|
pascal@1136 | 1 # SliTaz package receipt. |
pascal@1136 | 2 |
pascal@1136 | 3 PACKAGE="libsdl-image-dev" |
slaxemulator@6197 | 4 VERSION="1.2.10" |
pascal@1136 | 5 CATEGORY="development" |
pascal@1136 | 6 SHORT_DESC="Development files of an image file loading library." |
pascal@1136 | 7 MAINTAINER="chadi.elahmad@gmail.com" |
pascal@1136 | 8 WEB_SITE="http://www.libsdl.org/projects/SDL_image/" |
pankso@3425 | 9 DEPENDS="libsdl-image libsdl-dev libpng-dev jpeg-dev zlib-dev " |
pascal@1136 | 10 WANTED="libsdl-image" |
pascal@1136 | 11 SOURCE="SDL_image" |
pascal@1136 | 12 |
pascal@1136 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1136 | 14 genpkg_rules() |
pascal@1136 | 15 { |
pascal@1136 | 16 mkdir -p $fs/usr/lib |
pascal@1136 | 17 |
slaxemulator@9408 | 18 cp -a $_pkg/usr/lib/*.a $fs/usr/lib |
pascal@1136 | 19 cp -a $_pkg/usr/include $fs/usr |
slaxemulator@6271 | 20 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
pascal@1136 | 21 } |