wok rev 3332

Add: ORBit2
author Matthew Sheets <rcx@zoominternet.net>
date Wed Jun 10 10:53:26 2009 +0000 (2009-06-10)
parents 87879f415e06
children 2ce2ef1854a4
files ORBit2-dev/receipt ORBit2/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ORBit2-dev/receipt	Wed Jun 10 10:53:26 2009 +0000
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="ORBit2-dev"
     1.7 +VERSION="2.14.17"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="ORBit2 devel files."
    1.10 +MAINTAINER="rcx@zoominternet.net"
    1.11 +WEB_SITE="http://projects.gnome.org/ORBit2/"
    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/pkg-config $fs/usr/lib
    1.20 +	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.21 +	
    1.22 +	mkdir -p $fs/usr/bin
    1.23 +	cp -f $_pkg/usr/bin/orbit2-config $fs/usr/bin
    1.24 +	
    1.25 +	cp -a $_pkg/usr/include $fs/usr
    1.26 +	
    1.27 +	mkdir -p $fs/usr/share
    1.28 +	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.29 +	cp -a $_pkg/usr/share/idl $fs/usr/share
    1.30 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/ORBit2/receipt	Wed Jun 10 10:53:26 2009 +0000
     2.3 @@ -0,0 +1,33 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="ORBit2"
     2.7 +VERSION="2.14.17"
     2.8 +CATEGORY="development"
     2.9 +SHORT_DESC="A CORBA 2.4-compliant Object Request Broker (ORB)."
    2.10 +MAINTAINER="rcx@zoominternet.net"
    2.11 +DEPENDS=""
    2.12 +BUILD_DEPENDS="slitaz-toolchain glib-dev dbus-dev dbus-glib-dev libIDL"
    2.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.14 +WEB_SITE="http://projects.gnome.org/ORBit2/"
    2.15 +WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/2.14/$TARBALL"
    2.16 +
    2.17 +# Rules to configure and make the package.
    2.18 +compile_rules()
    2.19 +{
    2.20 +	cd $src
    2.21 +    ./configure --prefix=/usr \
    2.22 +		$CONFIGURE_ARGS  &&
    2.23 +    make &&
    2.24 +    make DESTDIR=$src/_pkg install
    2.25 +}
    2.26 +
    2.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.28 +genpkg_rules()
    2.29 +{
    2.30 +	mkdir -p  $fs/usr/lib/orbit-2.0
    2.31 +	cp -a $_pkg/usr/lib/orbit-2.0/*.so* $fs/usr/lib/orbit-2.0
    2.32 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.33 +	cp -a $_pkg/usr/bin $fs/usr
    2.34 +	
    2.35 +	rm -f $fs/usr/bin/orbit2-config
    2.36 +}