wok-next view libcurl/receipt @ rev 19636

Update licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 10 13:19:07 2017 +0100 (2017-02-10)
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 }