wok view curl-dev/receipt @ rev 21600

Up: smplayer(19.5.0), xine-lib(1.2.9), xine-ui(0.99.10)
author maniac
date Thu May 23 12:16:28 2019 +0300 (2019-05-23)
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 }