wok view libcurl/receipt @ rev 2434
wireshark, wordwarvi: update depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 12 16:24:38 2009 +0000 (2009-03-12) |
parents | |
children | 2ddc861c6696 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libcurl"
4 VERSION="7.19.4"
5 CATEGORY="network"
6 SHORT_DESC="Curl library files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="curl"
9 WEB_SITE="http://curl.haxx.se/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
16 }