wok-current view libsdl-ttf-dev/receipt @ rev 25697

Up apache (CVE-2023-38709, CVE-2024-24795, CVE-2024-27316), up libarchive, qemu, add amdgpu/touchpad support and clean modules.list, up website for repology
author Stanislas Leduc <shann@slitaz.org>
date Tue Apr 16 17:00:21 2024 +0000 (9 months ago)
parents 76b72f1ad63c
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libsdl-ttf-dev"
4 VERSION="2.0.10"
5 CATEGORY="development"
6 SHORT_DESC="SDL ttf lib devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WANTED="libsdl-ttf"
10 SOURCE="SDL_ttf"
11 WEB_SITE="http://www.libsdl.org/projects/SDL_ttf/"
12 HOST_ARCH="i486 arm"
14 DEPENDS="libsdl-ttf"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/*.a $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }