[Lunar-commits] CVS: moonbase/kde3-utils/kdirstat BUILD, 1.1,
1.2 DETAILS, 1.1, 1.2
Florin Braescu
florin at lunar-linux.org
Tue Feb 24 08:29:17 GMT 2004
- Previous message: [Lunar-commits] CVS: moonbase/kde3-utils/kdevmon BUILD, 1.1,
1.2 DETAILS, 1.1, 1.2
- Next message: [Lunar-commits] CVS: moonbase/kde3-utils/keybled BUILD, 1.1,
1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/lunar/moonbase/kde3-utils/kdirstat
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10144/kdirstat
Modified Files:
BUILD DETAILS
Log Message:
a first commit for the new install scheme of kde.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-utils/kdirstat/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 21 Feb 2004 17:08:47 -0000 1.1
+++ BUILD 24 Feb 2004 08:29:15 -0000 1.2
@@ -1,18 +1,11 @@
(
- export QTDIR=/opt/lunar/qt/3
- export KDEDIR=/opt/lunar/kde/3
- export LD_LIBRARY_PATH=$QTDIR/lib
- export PATH=$KDEDIR/bin:$QTDIR/bin:$PATH
- export LD_RUN_PATH=$KDEDIR/lib:$KDEDIR/lib/kde3
-
- ./configure --prefix=$KDEDIR \
- --disable-debug \
- --with-qt-dir=$QTDIR \
- --with-xinerama \
- $OPTS &&
-
- make &&
- prepare_install &&
- make install
+ ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
+ --with-qt-dir=${QT_PREFIX:-$QTDIR} \
+ --disable-debug \
+ --enable-fast-malloc=full \
+ --with-xinerama \
+ $OPTS &&
+ default_make
+
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-utils/kdirstat/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS 21 Feb 2004 17:08:47 -0000 1.1
+++ DETAILS 24 Feb 2004 08:29:15 -0000 1.2
@@ -3,6 +3,7 @@
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://kdirstat.sourceforge.net/download/$SOURCE
+ SOURCE_VFY=md5:b8e368621ed11b046c30a6498e00d75e
WEB_SITE=http://kdirstat.sourceforge.net/
ENTERED=20020521
UPDATED=20031011
- Previous message: [Lunar-commits] CVS: moonbase/kde3-utils/kdevmon BUILD, 1.1,
1.2 DETAILS, 1.1, 1.2
- Next message: [Lunar-commits] CVS: moonbase/kde3-utils/keybled BUILD, 1.1,
1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list