wok-current annotate libsdl2-dev/receipt @ rev 24823
updated libsdl2 and libsdl2-dev (2.0.12 -> 2.0.20)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 23 16:41:04 2022 +0100 (2022-03-23) |
parents | 34e801e0eb52 |
children | 3ad63c8fc2f9 |
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 |
pascal@17104 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17104 | 15 genpkg_rules() |
pascal@17104 | 16 { |
Hans-G?nter@24823 | 17 get_dev_files |
Hans-G?nter@24823 | 18 cook_copy_folders aclocal |
pascal@17104 | 19 } |