wok view libcurl/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents c7da5d8a0b77
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libcurl"
4 VERSION="7.81.0"
5 CATEGORY="network"
6 SHORT_DESC="Curl library files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://curl.haxx.se/"
11 DEPENDS="libcrypto libidn libssl zlib"
12 WANTED="curl"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cook_copy_files *.so*
20 }