wok-next view libcurl/receipt @ rev 19730

Up broadcom-wl (6_30_223_271)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 25 18:41:21 2017 +0200 (2017-05-25)
parents fdae4331433c
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libcurl"
4 VERSION="7.50.1"
5 CATEGORY="network"
6 SHORT_DESC="Curl library files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://curl.haxx.se/"
10 HOST_ARCH="i486 arm"
12 WANTED="curl"
13 DEPENDS="libidn libssl zlib libcrypto"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files *.so*
19 }