[Lunar-commits] <moonbase> konserve: tweak the BUILD file.
Florin Braescu
florin at lunar-linux.org
Tue Aug 12 13:54:15 CEST 2008
commit 0153704bcec6e88a32029519ab5543616aa5b25e
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Aug 12 14:54:15 2008 +0300
konserve: tweak the BUILD file.
---
kde3/apps/konserve/BUILD | 10 ++++------
kde3/apps/konserve/DETAILS | 5 +++--
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/kde3/apps/konserve/BUILD b/kde3/apps/konserve/BUILD
index bb494cc..e0b92d4 100644
--- a/kde3/apps/konserve/BUILD
+++ b/kde3/apps/konserve/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/konserve/DETAILS b/kde3/apps/konserve/DETAILS
index 0527721..368c77d 100644
--- a/kde3/apps/konserve/DETAILS
+++ b/kde3/apps/konserve/DETAILS
@@ -1,13 +1,14 @@
MODULE=konserve
VERSION=0.10.3
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_URL=$SFORGE_URL/$MODULE
SOURCE_VFY=sha1:d53b1a2da6c165c52dca230a2da30c76df3474f7
+ MODULE_PREFIX=${KDE_PREFIX:-/opt/lunar/kde/3}
WEB_SITE=http://konserve.sourceforge.net
ENTERED=20040111
UPDATED=20040330
MAINTAINER=florin at lunar-linux.org
- SHORT="incremental backup application for KDE."
+ SHORT="An incremental backup application for KDE"
cat << EOF
Konserve is a small backup application for the KDE environment. It
More information about the Lunar-commits
mailing list