wok view libcurl/receipt @ rev 17901

smbclient: symlink smbspool to cups backend
author Richard Dunbar <mojo@slitaz.org>
date Fri Apr 03 11:44:33 2015 -0400 (2015-04-03)
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 }