wok annotate xerces-c-dev/receipt @ rev 23092
updated libpaper and libpaper-dev (1.1.24 -> 1.1.28)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 11 15:38:05 2020 +0100 (2020-03-11) |
parents | 3af9c976b7d4 |
children | 2117e19cae0b |
rev | line source |
---|---|
rcx@3471 | 1 # SliTaz package receipt. |
rcx@3471 | 2 |
rcx@3471 | 3 PACKAGE="xerces-c-dev" |
Hans-G?nter@22160 | 4 VERSION="3.2.2" |
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 } |