wok-next diff commoncpp2-dev/receipt @ rev 15001
Add some GPL2 licenses
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 10 17:48:05 2013 +0000 (2013-08-10) |
parents | 6fab874a9260 |
children | 851fc1686394 |
line diff
1.1 --- a/commoncpp2-dev/receipt Tue Nov 16 17:12:39 2010 +0000 1.2 +++ b/commoncpp2-dev/receipt Sat Aug 10 17:48:05 2013 +0000 1.3 @@ -3,19 +3,21 @@ 1.4 PACKAGE="commoncpp2-dev" 1.5 VERSION="1.8.1" 1.6 CATEGORY="development" 1.7 +LICENSE="GPL2" 1.8 SHORT_DESC="Devel files for commoncpp2." 1.9 MAINTAINER="rcx@zoominternet.net" 1.10 -DEPENDS="commoncpp2" 1.11 WEB_SITE="http://www.gnu.org/software/commoncpp/" 1.12 WANTED="commoncpp2" 1.13 1.14 +DEPENDS="commoncpp2" 1.15 + 1.16 # Rules to gen a SliTaz package suitable for Tazpkg. 1.17 genpkg_rules() 1.18 { 1.19 mkdir -p $fs/usr/lib $fs/usr/share 1.20 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.21 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.22 - cp -a $_pkg/usr/bin $fs/usr 1.23 - cp -a $_pkg/usr/include $fs/usr 1.24 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.25 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.26 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.27 + cp -a $install/usr/bin $fs/usr 1.28 + cp -a $install/usr/include $fs/usr 1.29 + cp -a $install/usr/share/aclocal $fs/usr/share 1.30 }