wok annotate libcurl/receipt @ rev 25420

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 08 07:39:58 2022 +0000 (22 months ago)
parents c7da5d8a0b77
children
rev   line source
pankso@2356 1 # SliTaz package receipt.
pankso@2356 2
pankso@2356 3 PACKAGE="libcurl"
Hans-G?nter@24449 4 VERSION="7.81.0"
pankso@2356 5 CATEGORY="network"
pankso@2356 6 SHORT_DESC="Curl library files."
pankso@2356 7 MAINTAINER="pankso@slitaz.org"
pascal@15472 8 LICENSE="MIT"
Hans-G?nter@24449 9 WEB_SITE="https://curl.haxx.se/"
Hans-G?nter@24449 10
Hans-G?nter@24449 11 DEPENDS="libcrypto libidn libssl zlib"
pankso@2356 12 WANTED="curl"
Hans-G?nter@24449 13
pankso@15971 14 HOST_ARCH="i486 arm"
pascal@15068 15
pankso@2356 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2356 17 genpkg_rules()
pankso@2356 18 {
Hans-G?nter@24449 19 cook_copy_files *.so*
pankso@2356 20 }