wok view curl-dev/receipt @ rev 19235

Build httpfs-static
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 26 12:11:14 2016 +0200 (2016-06-26)
parents e4ec31d40c44
children 582252589b90
line source
1 # SliTaz package receipt.
3 PACKAGE="curl-dev"
4 VERSION="7.40.0"
5 CATEGORY="development"
6 SHORT_DESC="Tool and libs for transferring files with URL syntax."
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="curl openssl-dev libidn-dev pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin $fs/usr/lib/pkgconfig
19 cp -a $install/usr/bin/curl-config $fs/usr/bin
20 chmod 755 $fs/usr/bin/*
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/include $fs/usr
23 cp -a $src/libcurl.pc $fs/usr/lib/pkgconfig
24 }