wok view curl-dev/receipt @ rev 20769

updated ccid (1.4.8 -> 1.4.30)
author Hans-G?nter Theisgen
date Wed Feb 13 16:46:55 2019 +0100 (2019-02-13)
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 }