wok annotate pcre2-dev/receipt @ rev 25706

BootProg/boot32.asm: add int 21h services 02h, 09h, 25h, 35h
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 17:36:15 2024 +0000 (3 days ago)
parents 774faf8d8c74
children
rev   line source
al@19221 1 # SliTaz package receipt.
al@19221 2
al@19221 3 PACKAGE="pcre2-dev"
pascal@25671 4 VERSION="10.43"
al@19221 5 CATEGORY="development"
Hans-G?nter@21668 6 SHORT_DESC="Perl Compatible Regular Expressions 2, development files."
al@19221 7 MAINTAINER="al.bobylev@gmail.com"
al@19221 8 LICENSE="BSD"
Hans-G?nter@21668 9 WEB_SITE="https://www.pcre.org/"
Hans-G?nter@21668 10
Hans-G?nter@21668 11 DEPENDS="pcre2 pkg-config"
Hans-G?nter@21668 12 WANTED="pcre2"
Hans-G?nter@21668 13
al@19221 14 HOST_ARCH="i486 arm"
al@19221 15
al@19221 16 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19221 17 genpkg_rules()
al@19221 18 {
Hans-G?nter@25117 19 cook_copy_folders bin
Hans-G?nter@25117 20 cook_copy_folders include
Hans-G?nter@25117 21 cook_copy_folders pkgconfig
Hans-G?nter@25117 22 cook_copy_files *.*a
al@19221 23 }