wok view libcurl/receipt @ rev 19194

Add: EtherApe. A graphical network monitor for SliTaz.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 09:08:05 2016 -0300 (2016-06-06)
parents e4ec31d40c44
children 582252589b90
line source
1 # SliTaz package receipt.
3 PACKAGE="libcurl"
4 VERSION="7.40.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 }