[Lunar-commits] CVS: moonbase/kde3-apps/kpl BUILD, 1.1, 1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.1, 1.2

Florin Braescu florin at lunar-linux.org
Tue Feb 24 08:36:18 GMT 2004


Update of /var/cvs/lunar/moonbase/kde3-apps/kpl
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11769/kpl

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
a first commit for the new install scheme of kde.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kpl/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	16 Feb 2004 11:22:40 -0000	1.1
+++ BUILD	24 Feb 2004 08:36:15 -0000	1.2
@@ -1,19 +1,12 @@
 (
+  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}      \
+               --with-qt-dir=${QT_PREFIX:-$QTDIR}   \
+               --disable-debug                      \
+	       --enable-final                       \
+               --enable-fast-malloc=full            \
+               --with-xinerama                      \
+               $OPTS                                &&
 
-  export PATH=/opt/lunar/qt/3/bin:/opt/lunar/kde/3/bin:$PATH
-  export KDEDIR=/opt/lunar/kde/3
-
-  ./configure    --prefix=/opt/lunar/kde/3             \
-                 --with-qt-dir=/opt/lunar/qt/3         \
-                 --enable-final                        \
-                 --enable-debug=no                     \
-                 --disable-debug                       \
-                 --enable-fast-malloc=full             \
-                 --with-xinerama                       \
-                 $OPTS                                &&
-
-  make                 &&
-  prepare_install      &&
-  make install         
-
+  default_make
+ 
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kpl/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	16 Feb 2004 11:22:40 -0000	1.1
+++ DEPENDS	24 Feb 2004 08:36:15 -0000	1.2
@@ -1 +1 @@
-depends  "kdelibs3"
\ No newline at end of file
+depends  kdelibs3
\ No newline at end of file

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kpl/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS	16 Feb 2004 11:22:40 -0000	1.1
+++ DETAILS	24 Feb 2004 08:36:15 -0000	1.2
@@ -2,12 +2,12 @@
          VERSION=3.2
           SOURCE=$MODULE-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-   SOURCE_URL[0]=http://frsl06.physik.uni-freiburg.de/privat/stille/kpl/$SOURCE
+   SOURCE_URL[0]=http://frsl06.physik.uni-freiburg.de/privat/stille/$MODULE/$SOURCE
      SOURCE_VFY=md5:89b2638403563bef61abd8b02e6dd3e9
-        WEB_SITE=http://frsl06.physik.uni-freiburg.de/privat/stille/kpl/
+        WEB_SITE=http://frsl06.physik.uni-freiburg.de/privat/stille/$MODULE/
          ENTERED=20040216
          UPDATED=20040216
-        MAINTAINER="florin at lunar-linux.org"
+        MAINTAINER=florin at lunar-linux.org
         SHORT="program for two- and three-dimensional graphical presentation of data sets and functions."
 
 cat << EOF



More information about the Lunar-commits mailing list