wok diff ORBit2-dev/receipt @ rev 3332

Add: ORBit2
author Matthew Sheets <rcx@zoominternet.net>
date Wed Jun 10 10:53:26 2009 +0000 (2009-06-10)
parents
children 9ced27338fb6
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 +}