wok annotate wget-lang/receipt @ rev 25477

icedtea6-jdk: find output to variable
author Hans-G?nter Theisgen
date Thu Oct 13 17:53:47 2022 +0100 (20 months ago)
parents
children
rev   line source
Hans-G?nter@25408 1 # SliTaz package receipt.
Hans-G?nter@25408 2
Hans-G?nter@25408 3 PACKAGE="wget-lang"
Hans-G?nter@25408 4 VERSION="1.21.3"
Hans-G?nter@25408 5 CATEGORY="localization"
Hans-G?nter@25408 6 SHORT_DESC="An utility for retrieving files using HTTP, HTTPS or FTP - localised messages."
Hans-G?nter@25408 7 MAINTAINER="maintainer@slitaz.org"
Hans-G?nter@25408 8 LICENSE="GPL3"
Hans-G?nter@25408 9 WEB_SITE="https://www.gnu.org/software/wget/"
Hans-G?nter@25408 10
Hans-G?nter@25408 11 WANTED="wget"
Hans-G?nter@25408 12
Hans-G?nter@25408 13 # Rules to gen a SliTaz package suitable for Tazpkg.
Hans-G?nter@25408 14 genpkg_rules()
Hans-G?nter@25408 15 {
Hans-G?nter@25408 16 cook_copy_folders locale
Hans-G?nter@25408 17 }