wok annotate xerces-c-dev/receipt @ rev 20820
Add bacon & qb2c
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 19 10:10:09 2019 +0100 (2019-02-19) |
parents | eb8067417980 |
children | 16dea996b9a3 |
rev | line source |
---|---|
rcx@3471 | 1 # SliTaz package receipt. |
rcx@3471 | 2 |
rcx@3471 | 3 PACKAGE="xerces-c-dev" |
slaxemulator@6362 | 4 VERSION="3.1.1" |
rcx@3471 | 5 CATEGORY="development" |
rcx@3471 | 6 SHORT_DESC="xerces-c devel files." |
rcx@3471 | 7 WEB_SITE="http://xerces.apache.org/" |
rcx@3471 | 8 MAINTAINER="rcx@zoominternet.net" |
pascal@15579 | 9 LICENSE="Apache" |
rcx@3471 | 10 WANTED="xerces-c" |
rcx@3471 | 11 |
pascal@15598 | 12 DEPENDS="pkg-config" |
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 |
pascal@15579 | 18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@15579 | 19 cp -a $install/usr/lib/*.*a $fs/usr/lib |
pascal@15579 | 20 cp -a $install/usr/include $fs/usr |
rcx@3471 | 21 } |