[Lunar-commits] <moonbase> kpl: tweak the BUILD file.
Florin Braescu
florin at lunar-linux.org
Tue Aug 12 14:32:20 CEST 2008
commit e53cdf16321423d892c4ea578f99b9b8f30eb55e
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Aug 12 15:32:20 2008 +0300
kpl: tweak the BUILD file.
---
kde3/apps/kpl/BUILD | 10 ++++------
kde3/apps/kpl/DETAILS | 7 ++++---
2 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/kde3/apps/kpl/BUILD b/kde3/apps/kpl/BUILD
index bb494cc..e0b92d4 100644
--- a/kde3/apps/kpl/BUILD
+++ b/kde3/apps/kpl/BUILD
@@ -1,10 +1,8 @@
(
- ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
- --with-qt-dir=${QT_PREFIX:-$QTDIR} \
- --disable-debug \
- --enable-final \
- $OPTS &&
- default_make
+ . /etc/profile.d/qt3.rc
+ . /etc/profile.d/kde3.rc
+
+ default_build
) > $C_FIFO 2>&1
diff --git a/kde3/apps/kpl/DETAILS b/kde3/apps/kpl/DETAILS
index 13437a0..ff42746 100644
--- a/kde3/apps/kpl/DETAILS
+++ b/kde3/apps/kpl/DETAILS
@@ -1,13 +1,14 @@
MODULE=kpl
VERSION=3.3
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://frsl06.physik.uni-freiburg.de/privat/stille/$MODULE/
+ SOURCE_URL=http://frsl06.physik.uni-freiburg.de/privat/stille/$MODULE
SOURCE_VFY=sha1:01ac67ee970e4df9783a316686d63a2b5b6b45f8
- WEB_SITE=http://frsl06.physik.uni-freiburg.de/privat/stille/$MODULE/
+ MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3}
+ WEB_SITE=http://frsl06.physik.uni-freiburg.de/privat/stille/$MODULE
ENTERED=20040216
UPDATED=20060109
MAINTAINER=florin at lunar-linux.org
- SHORT="program for two- and three-dimensional graphical presentation of data sets and functions."
+ SHORT="Program for two- and three-dimensional graphical presentation of data sets and functions"
cat << EOF
Kpl is a program for two- and three-dimensional graphical presentation of data
More information about the Lunar-commits
mailing list