wok-stable view libcurl/receipt @ rev 10855
linux: Add ts_* modules. linux-input-touchscreen had ts_* modules in it. Only adds 4kb to linux packages.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Jun 14 11:41:17 2011 +0000 (2011-06-14) |
parents | 86fe5649244d |
children | 243c00e55fbc |
line source
1 # SliTaz package receipt.
3 PACKAGE="libcurl"
4 VERSION="7.21.6"
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 $_pkg/usr/lib/*.so* $fs/usr/lib
17 }