wok annotate libsdl2-dev/receipt @ rev 25176

updated python-formalchemy (1.5.5 -> 1.5.6)
author Hans-G?nter Theisgen
date Fri Jul 01 17:52:21 2022 +0100 (23 months ago)
parents 34e801e0eb52
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
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 }