wok-next view libcurl/receipt @ rev 19703

Up bird (1.6.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 26 12:29:37 2017 +0200 (2017-04-26)
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 }