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

Remove cromfs-or-squashfs; add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 10:06:29 2013 +0000 (2013-11-30)
parents bc51fc512c96
children 3af9c976b7d4
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
rcx@3471 12 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3471 13 genpkg_rules()
rcx@3471 14 {
rcx@3471 15 mkdir -p $fs/usr/lib
pascal@15579 16 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15579 17 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15579 18 cp -a $install/usr/include $fs/usr
rcx@3471 19 }