wok-current view libsdl2-dev/receipt @ rev 25786

Bump gvfs to fix issue with open files on android device, patch udev to fix mtp issue on pcmanfm
author Stanislas Leduc <shann@slitaz.org>
date Tue Jul 29 18:05:13 2025 +0000 (2 months ago)
parents 3ad63c8fc2f9
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libsdl2-dev"
4 VERSION="2.0.20"
5 CATEGORY="development"
6 SHORT_DESC="A cross-platform interactive media development library - development files."
7 MAINTAINER="tcg.thegamer@gmail.com"
8 LICENSE="zlib/libpng"
9 WEB_SITE="https://libsdl.org/"
11 DEPENDS="libsdl2 pkg-config"
12 WANTED="libsdl2"
14 HOST_ARCH="i486 x86_64"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 get_dev_files
20 cook_copy_folders aclocal
22 # Ensure remove .la files
23 find $fs -name "*.la" -delete
24 }