wok-6.x view libcurl/receipt @ rev 6848
Fix depends: Remove xorg-xf86-input-evdev & xorg-xf86-video-vesa from xorg-server depends and put them as suggested - xorg can use other drivers
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Oct 20 12:31:54 2010 +0200 (2010-10-20) |
parents | 07ceb84b3f14 |
children | 2d5630aff895 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libcurl"
4 VERSION="7.21.2"
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 }