wok view libcurl/receipt @ rev 11313

add indent, up maintained-by
author Liu Peng <hipeng@yahoo.com>
date Wed Nov 16 11:55:27 2011 +0800 (2011-11-16)
parents c427c88a177a
children 9ac16696775d
line source
1 # SliTaz package receipt.
3 PACKAGE="libcurl"
4 VERSION="7.22.0"
5 CATEGORY="network"
6 SHORT_DESC="Curl library files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="curl"
9 WEB_SITE="http://curl.haxx.se/"
10 DEPENDS="libidn libssl zlib libcrypto"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.so* $fs/usr/lib
17 }