Update of /cvsroot/fink/experimental/rangerrick/finkinfo/libs/perlmods
In directory usw-pr-cvs1:/tmp/cvs-serv19397/libs/perlmods
Added Files:
perlqt-3.003-0.20021017.1.info perlqt-3.003-0.20021017.1.patch
Log Message:
new qt with fixed header, also added perlqt (no workie yet)
--- NEW FILE: perlqt-3.003-0.20021017.1.info ---
Package: perlqt
Version: 3.003
Revision: 0.20021017.1
Depends: glut-shlibs (>= 3.7-3), libpng-shlibs (>= 1.0.12), qt3-shlibs (>= 3.0.5-9),
x11
BuildDepends: glut (>= 3.7-3), libpng (>= 1.0.12), qt3 (>= 3.0.5-9), x11
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Source: http://ranger.befunk.com/fink/PerlQt-20021017.tar.bz2
SourceDirectory: PerlQt-3
PatchScript: sed 's|@PREFIX@|%p|g' <%a/%f.patch | patch -p1
DocFiles: AUTHORS COPYING ChangeLog INSTALL README TODO
SetLDFLAGS: -L%p/lib
SetCPPFLAGS: -no-cpp-precomp
SetCFLAGS: -I%p/include -fno-common -fno-rtti
SetCXXFLAGS: -I%p/include -fno-common -fno-rtti
ConfigureParams: --prefix=%p --with-qt-dir=%p --with-extra-libs=%p/lib
--with-extra-includes=%p/include --enable-mt --with-pic --enable-rpath
--enable-shared=yes --enable-static=no --mandir=%i/share/man --with-xinerama
--enable-final --disable-dependency-tracking --enable-smoke `cat
/tmp/kde-build-options`
CompileScript: <<
#!/bin/sh
export KDEDIR=%p
export QTDIR=%p
make -f admin/Makefile.common cvs
./configure %c
# pushd PerlQt
# perl Makefile.PL PREFIX=%p \
# INSTALLPRIVLIB=%p/lib/perl5 \
# INSTALLARCHLIB=%p/lib/perl5/darwin \
# INSTALLSITELIB=%p/lib/perl5 \
# INSTALLSITEARCH=%p/lib/perl5/darwin \
# INSTALLMAN1DIR=%p/share/man/man1 \
# INSTALLMAN3DIR=%p/share/man/man3
# popd
make -j4 CC="c++" CXX="c++" CCLD="c++" CXXLD="c++"
<<
InstallScript: <<
#!/bin/sh
make install DESTDIR=%d
pushd PerlQt
make install PREFIX=%i \
INSTALLPRIVLIB=\%i/lib/perl5 \
INSTALLARCHLIB=\%i/lib/perl5/darwin \
INSTALLSITELIB=\%i/lib/perl5 \
INSTALLSITEARCH=\%i/lib/perl5/darwin \
INSTALLMAN1DIR=\%i/share/man/man1 \
INSTALLMAN3DIR=\%i/share/man/man3
install -d -m 755 %i/share/doc/%n
find . -name \*.pl -exec perl -pi -e 's,use blib;,,' {} \;
gnutar -cf - examples tutorials | (cd %i/share/doc/%n; gnutar -xf -)
popd
<<
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
--- NEW FILE: perlqt-3.003-0.20021017.1.patch ---
diff -uNbr PerlQt-3/PerlQt/Makefile.PL.in PerlQt-3-new/PerlQt/Makefile.PL.in
--- PerlQt-3/PerlQt/Makefile.PL.in Sat Sep 28 10:23:58 2002
+++ PerlQt-3-new/PerlQt/Makefile.PL.in Thu Oct 17 19:57:57 2002
@@ -11,7 +11,8 @@
my $objects='Qt$(OBJ_EXT) handlers$(OBJ_EXT)';
my $qtlib ='@LIB_QT@';
$qtlib =~s/\$\((.*?)\)/$x{$1}/g;
-my $rpath='@USE_RPATH@';
+#my $rpath='@USE_RPATH@';
+my $rpath='no';
$rpath = $rpath eq "yes" ? "-Wl,--rpath -Wl,@kde_libraries@":"";
###
diff -uNbr PerlQt-3/admin/ChangeLog PerlQt-3-new/admin/ChangeLog
--- PerlQt-3/admin/ChangeLog Thu Aug 22 00:46:55 2002
+++ PerlQt-3-new/admin/ChangeLog Thu Oct 17 19:57:19 2002
@@ -1,3 +1,7 @@
+2002-04-26 Stephan Kulow <[EMAIL PROTECTED]>
+
[...4377 lines suppressed...]
touch $touch_files
;;
- automake)
+ automake*)
echo 1>&2 "\
WARNING: \`$1' is missing on your system. You should only need it if
you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
diff -uNbr PerlQt-3/admin/mkinstalldirs PerlQt-3-new/admin/mkinstalldirs
--- PerlQt-3/admin/mkinstalldirs Thu Aug 22 00:46:44 2002
+++ PerlQt-3-new/admin/mkinstalldirs Thu Oct 17 19:57:19 2002
@@ -4,7 +4,7 @@
# Created: 1993-05-16
# Public domain
-# $Id: mkinstalldirs,v 1.1.1.1 2002/08/22 04:46:44 germaingarand Exp $
+# $Id: mkinstalldirs,v 1.8 2001/10/05 00:46:36 mueller Exp $
errstatus=0
-------------------------------------------------------
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com/consolidator/osdn.cfm
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits