wok annotate xerces-c-dev/receipt @ rev 23921

Up slitaz-tools (1036), tazinst (105), tazusb (209)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Aug 21 15:07:47 2020 +0000 (2020-08-21)
parents 16dea996b9a3
children ed753a006b24
rev   line source
rcx@3471 1 # SliTaz package receipt.
rcx@3471 2
rcx@3471 3 PACKAGE="xerces-c-dev"
Hans-G?nter@23746 4 VERSION="3.2.3"
rcx@3471 5 CATEGORY="development"
Hans-G?nter@22160 6 SHORT_DESC="xerces-c - development files."
rcx@3471 7 MAINTAINER="rcx@zoominternet.net"
pascal@15579 8 LICENSE="Apache"
Hans-G?nter@22160 9 WEB_SITE="https://xerces.apache.org/xerces-c/"
rcx@3471 10
pascal@15598 11 DEPENDS="pkg-config"
Hans-G?nter@22160 12 WANTED="xerces-c"
pascal@15598 13
rcx@3471 14 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3471 15 genpkg_rules()
rcx@3471 16 {
rcx@3471 17 mkdir -p $fs/usr/lib
Hans-G?nter@22160 18
Hans-G?nter@22160 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
Hans-G?nter@22160 20 cp -a $install/usr/lib/*.*a $fs/usr/lib
Hans-G?nter@22160 21 cp -a $install/usr/include $fs/usr
rcx@3471 22 }