wok-current annotate libsdl2-dev/receipt @ rev 25733
Accept licence PyQt-x11-gpl, bump firmware* to 20240610, build imagemagick (merge)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Dec 20 16:13:23 2024 +0000 (2 days ago) |
parents | 3ad63c8fc2f9 |
children |
rev | line source |
---|---|
pascal@17104 | 1 # SliTaz package receipt. |
pascal@17104 | 2 |
pascal@17104 | 3 PACKAGE="libsdl2-dev" |
Hans-G?nter@24823 | 4 VERSION="2.0.20" |
pascal@17104 | 5 CATEGORY="development" |
Hans-G?nter@21293 | 6 SHORT_DESC="A cross-platform interactive media development library - development files." |
pascal@17104 | 7 MAINTAINER="tcg.thegamer@gmail.com" |
pascal@17345 | 8 LICENSE="zlib/libpng" |
Hans-G?nter@24823 | 9 WEB_SITE="https://libsdl.org/" |
Hans-G?nter@21293 | 10 |
Hans-G?nter@23099 | 11 DEPENDS="libsdl2 pkg-config" |
pascal@17104 | 12 WANTED="libsdl2" |
pascal@17104 | 13 |
shann@25728 | 14 HOST_ARCH="i486 x86_64" |
shann@25728 | 15 |
pascal@17104 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17104 | 17 genpkg_rules() |
pascal@17104 | 18 { |
Hans-G?nter@24823 | 19 get_dev_files |
Hans-G?nter@24823 | 20 cook_copy_folders aclocal |
shann@25634 | 21 |
shann@25634 | 22 # Ensure remove .la files |
shann@25634 | 23 find $fs -name "*.la" -delete |
pascal@17104 | 24 } |