wok view curl-dev/receipt @ rev 21996

linux: add ath10k wireless driver
author Richard Dunbar <mojo@slitaz.org>
date Wed Oct 16 21:56:55 2019 -0400 (2019-10-16)
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 }