wok diff ORBit2/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents 269cebcd4f1f
children 53b9b09d5276
line diff
     1.1 --- a/ORBit2/receipt	Mon May 23 18:21:15 2011 +0200
     1.2 +++ b/ORBit2/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="A CORBA 2.4-compliant Object Request Broker (ORB)."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://projects.gnome.org/ORBit2/"
    1.10  WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.11 @@ -28,8 +29,8 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p  $fs/usr/lib/orbit-2.0
    1.15 -	cp -a $_pkg/usr/lib/orbit-2.0/*.so* $fs/usr/lib/orbit-2.0
    1.16 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/bin $fs/usr
    1.18 +	cp -a $install/usr/lib/orbit-2.0/*.so* $fs/usr/lib/orbit-2.0
    1.19 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.20 +	cp -a $install/usr/bin $fs/usr
    1.21  	rm -f $fs/usr/bin/orbit2-config
    1.22  }