wok view libcurl/receipt @ rev 20518

Up openssh (7.9p1), opus (1.3), opus-tools (0.2), zstd (1.3.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 02 15:37:03 2018 +0100 (2018-11-02)
parents 582252589b90
children b052975b35c7
line source
1 # SliTaz package receipt.
3 PACKAGE="libcurl"
4 VERSION="7.60.0"
5 CATEGORY="network"
6 SHORT_DESC="Curl library files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WANTED="curl"
10 WEB_SITE="http://curl.haxx.se/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="libidn libssl zlib libcrypto"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*.so* $fs/usr/lib
20 }