wok view curl-dev/receipt @ rev 20979

updated gmime and gmime-dev (2.6.7 -> 3.2.3)
author Hans-G?nter Theisgen
date Tue Mar 05 17:56:52 2019 +0100 (2019-03-05)
parents e05759d971f8
children 55a7f2e3948f
line source
1 # SliTaz package receipt.
3 PACKAGE="curl-dev"
4 VERSION="7.61.1"
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="https://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 }