wok diff ORBit2-dev/receipt @ rev 15016
quesoglc: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 11 14:38:21 2013 +0000 (2013-08-11) |
parents | aa04047e789c |
children | f4c22f009037 |
line diff
1.1 --- a/ORBit2-dev/receipt Sun Dec 19 19:37:20 2010 +0000 1.2 +++ b/ORBit2-dev/receipt Sun Aug 11 14:38:21 2013 +0000 1.3 @@ -5,24 +5,26 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="ORBit2 devel files." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 +LICENCE="GPL2" 1.8 WEB_SITE="http://projects.gnome.org/ORBit2/" 1.9 +WANTED="ORBit2" 1.10 + 1.11 DEPENDS="ORBit2 glib-dev" 1.12 -WANTED="ORBit2" 1.13 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/lib/orbit-2.0 1.18 - cp -a $_pkg/usr/lib/orbit-2.0/*.*a $fs/usr/lib/orbit-2.0 1.19 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.20 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.21 + cp -a $install/usr/lib/orbit-2.0/*.*a $fs/usr/lib/orbit-2.0 1.22 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.23 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.24 1.25 mkdir -p $fs/usr/bin 1.26 - cp -f $_pkg/usr/bin/orbit2-config $fs/usr/bin 1.27 + cp -f $install/usr/bin/orbit2-config $fs/usr/bin 1.28 1.29 - cp -a $_pkg/usr/include $fs/usr 1.30 + cp -a $install/usr/include $fs/usr 1.31 1.32 mkdir -p $fs/usr/share 1.33 - cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.34 - cp -a $_pkg/usr/share/idl $fs/usr/share 1.35 + cp -a $install/usr/share/aclocal $fs/usr/share 1.36 + cp -a $install/usr/share/idl $fs/usr/share 1.37 }