wok annotate libsdl2-dev/receipt @ rev 25446

ftop: add description.txt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 06 10:22:54 2022 +0000 (2022-09-06)
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 }