wok annotate gdb-lang/receipt @ rev 25032

giblib: modified configure parameter
author Hans-G?nter Theisgen
date Fri May 20 10:31:08 2022 +0100 (2022-05-20)
parents
children
rev   line source
Hans-G?nter@24587 1 # SliTaz package receipt."
Hans-G?nter@24587 2
Hans-G?nter@24587 3 PACKAGE="gdb-lang"
Hans-G?nter@24587 4 VERSION="11.2"
Hans-G?nter@24587 5 CATEGORY="localization"
Hans-G?nter@24587 6 SHORT_DESC="The GNU Project Debugger - localised messages."
Hans-G?nter@24587 7 MAINTAINER="maintainer@slitaz.org"
Hans-G?nter@24587 8 LICENSE="GPL3"
Hans-G?nter@24587 9 WEB_SITE="https://www.gnu.org/software/gdb/"
Hans-G?nter@24587 10
Hans-G?nter@24587 11 WANTED="gdb"
Hans-G?nter@24587 12
Hans-G?nter@24587 13 HOST_ARCH="i486 arm"
Hans-G?nter@24587 14
Hans-G?nter@24587 15 genpkg_rules()
Hans-G?nter@24587 16 {
Hans-G?nter@24587 17 cook_copy_folders locale
Hans-G?nter@24587 18 }