wok-current annotate libsdl-image-dev/receipt @ rev 25701
Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Apr 19 12:48:51 2024 +0000 (6 months ago) |
parents | 4cd474907d60 |
children |
rev | line source |
---|---|
pascal@1136 | 1 # SliTaz package receipt. |
pascal@1136 | 2 |
pascal@1136 | 3 PACKAGE="libsdl-image-dev" |
Hans-G?nter@21290 | 4 VERSION="1.2.12" |
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@14718 | 8 LICENSE="LGPL2.1" |
pascal@1136 | 9 WEB_SITE="http://www.libsdl.org/projects/SDL_image/" |
Hans-G?nter@21290 | 10 |
Hans-G?nter@21290 | 11 SOURCE="SDL_image" |
pascal@1136 | 12 WANTED="libsdl-image" |
Hans-G?nter@21290 | 13 DEPENDS="jpeg-dev libpng-dev libsdl-dev libsdl-image pkg-config zlib-dev" |
Hans-G?nter@21290 | 14 |
pankso@16237 | 15 HOST_ARCH="i486 arm" |
pascal@1136 | 16 |
pascal@1136 | 17 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1136 | 18 genpkg_rules() |
pascal@1136 | 19 { |
pascal@1136 | 20 mkdir -p $fs/usr/lib |
Hans-G?nter@21290 | 21 |
Hans-G?nter@21290 | 22 cp -a $install/usr/lib/*.a $fs/usr/lib |
Hans-G?nter@21290 | 23 cp -a $install/usr/include $fs/usr |
Hans-G?nter@21290 | 24 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@1136 | 25 } |