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

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


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

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/kcmpureftpd/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	31 Oct 2003 17:58:32 -0000	1.1
+++ BUILD	24 Feb 2004 08:36:13 -0000	1.2
@@ -1,20 +1,12 @@
 (
-  export LD_LIBRARY_PATH=/opt/lunar/qt/3/lib
-  export PATH=/opt/lunar/qt/3/bin:/opt/lunar/kde/3/bin:$PATH
-  export LD_RUN_PATH=/opt/lunar/kde/3/lib:/opt/lunar/kde/3/lib/kde3
-  QTDIR=/opt/lunar/qt/3
-  KDEDIR=/opt/lunar/kde/3
-
-  ./configure    --prefix=/opt/lunar/kde/3            \
-                 --disable-debug                      \
-                 --with-qt-dir=/opt/lunar/qt/3        \
-                 --with-xinerama                      \
-                 $OPTS                                &&
-
-
-  make                 &&
-  prepare_install      &&
-  make install         
+  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}      \
+               --with-qt-dir=${QT_PREFIX:-$QTDIR}   \
+               --disable-debug                      \
+	       --enable-final                       \
+               --enable-fast-malloc=full            \
+               --with-xinerama                      \
+               $OPTS                                &&
 
+  default_make
  
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kcmpureftpd/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	31 Oct 2003 17:58:32 -0000	1.1
+++ DEPENDS	24 Feb 2004 08:36:13 -0000	1.2
@@ -1,2 +1,2 @@
-depends kdelibs3 
-depends pure-ftpd
\ No newline at end of file
+depends  kdelibs3  &&
+depends  pure-ftpd
\ No newline at end of file

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kcmpureftpd/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS	5 Nov 2003 05:44:39 -0000	1.3
+++ DETAILS	24 Feb 2004 08:36:13 -0000	1.4
@@ -8,9 +8,9 @@
          ENTERED=20030331
          UPDATED=20031105
 	 GARBAGE=off
-         SHORT="configuration utility for PureFtpd FTP server"
-         MAINTAINER="florin at lunar-linux.org"
+        MAINTAINER="florin at lunar-linux.org"
+        SHORT="configuration utility for PureFtpd FTP server"
 
 cat << EOF
-An KDE configuration utility for PureFtpd FTP server ftp KDE Qt pureftpd KControl
+An KDE configuration utility for PureFtpd FTP server.
 EOF



More information about the Lunar-commits mailing list