wok diff 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 |
line diff
1.1 --- a/xerces-c-dev/receipt Tue Sep 21 00:30:46 2010 +0000 1.2 +++ b/xerces-c-dev/receipt Sat Nov 30 10:06:29 2013 +0000 1.3 @@ -6,13 +6,14 @@ 1.4 SHORT_DESC="xerces-c devel files." 1.5 WEB_SITE="http://xerces.apache.org/" 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 +LICENSE="Apache" 1.8 WANTED="xerces-c" 1.9 1.10 # Rules to gen a SliTaz package suitable for Tazpkg. 1.11 genpkg_rules() 1.12 { 1.13 mkdir -p $fs/usr/lib 1.14 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.15 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.16 - cp -a $_pkg/usr/include $fs/usr 1.17 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.18 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.19 + cp -a $install/usr/include $fs/usr 1.20 }