wok-current view curl-dev/receipt @ rev 25694

Fix cifs-utils, up grub2-efi-x64 stuff for iso EFI
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 30 18:05:22 2024 +0000 (2 months ago)
parents a23978bfa665
children
line source
1 # SliTaz package receipt.
3 PACKAGE="curl-dev"
4 VERSION="8.4.0"
5 CATEGORY="development"
6 SHORT_DESC="Tool and libraries for transfering files with URL syntax - development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://curl.haxx.se/"
11 DEPENDS="curl gnutls-dev libidn-dev openssl-dev pkg-config"
12 WANTED="curl"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin
20 mkdir -p $fs/usr/lib/pkgconfig
22 cp -a $install/usr/bin/curl-config $fs/usr/bin
23 chmod 755 $fs/usr/bin/*
24 cp -a $install/usr/include $fs/usr
25 cp -a $src/libcurl.pc $fs/usr/lib/pkgconfig
26 }