Update of /cvsroot/fink/experimental/rangerrick/10.3/main/finkinfo/libs/perlmods
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22765/10.3/main/finkinfo/libs/perlmods

Added Files:
        perlqt-pm.info 
Removed Files:
        unicode-map-pm.info 
Log Message:
more updates/works-in-progress

--- unicode-map-pm.info DELETED ---

--- NEW FILE: perlqt-pm.info ---
Info2: <<
Package: perlqt-pm%type_pkg[perl]
Version: 3.009
Revision: 11
Depends: libsmoke-shlibs (>= %v-1)
BuildDepends: <<
        autoconf2.5 (>= 2.58-1),
        automake1.7,
        glut (>= 3.7-3),
        libpng3 (>= 1.2.5-1),
        libsmoke (>= %v-1),
        libtool14 (>= 1.5.10-1),
        perl%type_pkg[perl]-core,
        qt3 (>= 3.3.5-1),
        x11-dev
<<
Conflicts: perlqt, perlqt-pm
Replaces: perlqt, perlqt-pm
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Type: perl(5.6.0 5.8.0 5.8.1 5.8.4 5.8.6)

CustomMirror: <<
  nam-US: http://ranger.befunk.com/fink
  nam-US: http://astrange.ithinksw.net/ranger-fink
  nam-CA: http://www.southofheaven.net/befunk
<<
Source: mirror:custom:PerlQt-3-20051212.tar.bz2
Source-MD5: 823632f2396c4d132945942c16ae7437
SourceDirectory: PerlQt-3
Source2: mirror:custom:kde-admindir-full-3.5.0.tar.bz2
Source2-MD5: 10ae9df3230b97207ea200a2fd59612f
Source2ExtractDir: PerlQt-3
UpdatePOD: true
DocFiles: AUTHORS COPYING ChangeLog INSTALL README TODO
CompileScript: <<
#!/bin/sh -ex

        export HOME=/tmp PREFIX="%p" lt_cv_sys_max_cmd_len=65536 
QTDOCDIR="%p/share/doc/qt3/html" PERL=perl%type_raw[perl]
        . ./environment-helper.sh

        PRODUCT_VERSION=`uname -r`

        case $PRODUCT_VERSION in 
                6*|7*)
                        export CPPFLAGS="$CPPFLAGS -DHAVE_SYS_EXEC_H=1"
                        ;; 
        esac

        export CPPFLAGS="-I/usr/include/gssapi $CPPFLAGS"

        export CC=gcc-3.3 CXX=g++-3.3

        ./build-helper.sh cvs       %N %v %r make -f admin/Makefile.common cvs
        ./build-helper.sh configure %N %v %r ./configure --prefix=%p 
--with-qt-dir=%p --with-qt-includes=%p/include/qt --with-extra-libs=%p/lib 
--with-extra-includes=%p/include --enable-mt --with-pic --disable-rpath 
--enable-shared=yes --enable-static=no --mandir=%p/share/man --with-xinerama 
--disable-final --disable-dependency-tracking --with-smoke=qt

        pushd PerlQt
        $PERL Makefile.PL %c
        ../build-helper.sh make-perlqt %N %v %r make
        popd
        pushd puic
        ../build-helper.sh make-puic %N %v %r make
        popd
<<
InstallScript: <<
#!/bin/sh -ex

        export HOME=/tmp PREFIX="%p" lt_cv_sys_max_cmd_len=65536 
QTDOCDIR="%p/share/doc/qt3/html" PERL=perl%type_raw[perl]
        . ./environment-helper.sh
        eval "`$PERL -V:archname`"

        PRODUCT_VERSION=`uname -r`

        case $PRODUCT_VERSION in 
                6*|7*)
                        export CPPFLAGS="$CPPFLAGS -DHAVE_SYS_EXEC_H=1"
                        ;; 
        esac

        pushd PerlQt
        ../build-helper.sh install-perlqt %N %v %r make install \
                PREFIX=%i \
                INSTALLPRIVLIB=%i/lib/perl5/%type_raw[perl] \
                INSTALLARCHLIB=%i/lib/perl5/%type_raw[perl]/$archname \
                INSTALLSITELIB=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEARCH=%i/lib/perl5/%type_raw[perl]/$archname \
                INSTALLMAN1DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLMAN3DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEMAN1DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLSITEMAN3DIR=%i/lib/perl5/%type_raw[perl] \
                INSTALLBIN=%i/bin \
                INSTALLSITEBIN=%i/bin \
                INSTALLSCRIPT=%i/bin
        find . -name \*.pl -exec perl -pi.bak -e 's,use blib;,,' {} \;
        install -d -m 755 %i/share/doc/%n
        cp -Rp examples tutorials %i/share/doc/%n/
        popd
        pushd puic
        ../build-helper.sh install-puic %N %v %r make install DESTDIR=%d 
MANDIR=%p/lib/perl5/%type_raw[perl]/man
        popd
        perl -pi -e 's,/usr/bin/perl,%p/bin/perl%type_raw[perl],' %i/bin/pqtapi 
%i/bin/pqtsh
        for file in pqtapi pqtsh puic; do
                mv %i/bin/$file %i/bin/$file-%type_raw[perl]
        done
        mv %i/share/man/man1/puic.1 %i/share/man/man1/puic.1-%type_raw[perl]
<<

PostInstScript: <<
        for file in pqtapi pqtsh puic; do
                update-alternatives --install %p/bin/$file $file 
%p/bin/$file-%type_raw[perl] %type_pkg[perl]
        done
        for file in puic; do
                update-alternatives --install %p/share/man/man1/$file $file 
%p/share/man/man1/$file-%type_raw[perl] %type_pkg[perl]
        done
<<
PostRmScript: <<
        for file in pqtapi pqtsh puic; do
                update-alternatives --remove $file %p/bin/$file-%type_raw[perl]
        done
        for file in puic; do
                update-alternatives --remove $file 
%p/share/man/man1/$file-%type_raw[perl]
        done
<<

Description: Qt language bindings for Perl
DescDetail: <<
The goal of this project is to create a Perl Object Oriented
interface to the Qt GUI Toolkit.  Access to the KDE Desktop
Environment libraries is planned as well.
<<
License: GPL
<<



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to