wok annotate libsdl2-dev/receipt @ rev 24832
updated libspiro and libspiro-dev (0.5.20150702 -> 20200505)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 25 06:24:51 2022 +0100 (2022-03-25) |
parents | 34e801e0eb52 |
children | 90471f5fca6d |
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 } |