wok annotate libedit-dev/receipt @ rev 23060

kazehakase: gnutls_certificate_type_set_priority is depredicated
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 07 17:34:15 2020 +0100 (2020-03-07)
parents 80675e0f496c
children 4cfb1fddd0ad
rev   line source
domcox@1356 1 # SliTaz package receipt.
domcox@1356 2
domcox@1356 3 PACKAGE="libedit-dev"
Hans-G?nter@21172 4 VERSION="3.1"
domcox@1356 5 CATEGORY="development"
Hans-G?nter@21172 6 SHORT_DESC="Berkeley-style licensed command line editor library - development files."
pascal@13025 7 MAINTAINER="domcox@slitaz.org"
pascal@15472 8 LICENSE="BSD"
Hans-G?nter@21172 9 WEB_SITE="https://www.thrysoee.dk/editline/"
Hans-G?nter@21172 10
Hans-G?nter@23023 11 SOURCE="libedit-20191231"
Hans-G?nter@23023 12
Hans-G?nter@23023 13 DEPENDS="pkg-config"
domcox@1356 14 WANTED="libedit"
pascal@15597 15
domcox@1356 16 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@1356 17 genpkg_rules()
domcox@1356 18 {
Hans-G?nter@23023 19 mkdir -p $fs/usr
Hans-G?nter@23023 20 mkdir -p $fs/usr/lib
Hans-G?nter@21172 21
Hans-G?nter@21172 22 cp -a $install/usr/include $fs/usr
Hans-G?nter@21172 23 cp -a $install/usr/lib/*a $fs/usr/lib
Hans-G?nter@21172 24 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
domcox@1356 25 }