wok-current view libsdl-dev/receipt @ rev 25692

Up gnutls CVE-2024-28834, CVE-2024-28835, Up python3 CVE-2023-52425, CVE-2024-0450, CVE-2023-6597
author Stanislas Leduc <shann@slitaz.org>
date Fri Mar 22 16:28:42 2024 +0000 (3 months ago)
parents 55e41ff9f4ed
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libsdl-dev"
4 VERSION="1.2.15"
5 CATEGORY="development"
6 SHORT_DESC="Simple DirectMedia Layer - development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.libsdl.org/"
11 SOURCE="SDL"
12 WANTED="libsdl"
14 DEPENDS="xorg-libXext-dev xorg-libX11-dev xorg-libXrender-dev \
15 mesa-dev libglu-mesa-dev libglw-mesa-dev libsdl pkg-config"
17 HOST_ARCH="i486 arm"
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr/lib
23 mkdir -p $fs/usr/share
25 cp -a $install/usr/bin $fs/usr
26 cp -a $install/usr/include $fs/usr
27 cp -a $install/usr/lib/*.a $fs/usr/lib
28 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
29 cp -a $install/usr/share/aclocal $fs/usr/share
30 }