[Lunar-commits] <moonbase> pyorbit: some tweaks.
Florin Braescu
florin at lunar-linux.org
Tue Apr 20 22:20:04 CEST 2010
commit e229d3610f1dba7c06cfe132a23f0721e97c5b1b
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Apr 20 23:20:04 2010 +0300
pyorbit: some tweaks.
---
gnome2/extra/pyorbit/BUILD | 14 +++++++-------
gnome2/extra/pyorbit/DEPENDS | 4 ++--
gnome2/extra/pyorbit/DETAILS | 6 +++---
3 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/gnome2/extra/pyorbit/BUILD b/gnome2/extra/pyorbit/BUILD
index 8d803e7..2259d76 100644
--- a/gnome2/extra/pyorbit/BUILD
+++ b/gnome2/extra/pyorbit/BUILD
@@ -1,12 +1,12 @@
(
./configure --prefix=${GNOME26_PREFIX:-/usr} \
- --build=$BUILD \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=${GNOME26_PREFIX:-/usr}/share/info \
- --mandir=${GNOME26_PREFIX:-/usr}/share/man \
- $OPTS &&
- default_make
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME26_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME26_PREFIX:-/usr}/share/man \
+ $OPTS &&
+ default_make
) > $C_FIFO 2>&1
diff --git a/gnome2/extra/pyorbit/DEPENDS b/gnome2/extra/pyorbit/DEPENDS
index 8ec1418..fcf0093 100644
--- a/gnome2/extra/pyorbit/DEPENDS
+++ b/gnome2/extra/pyorbit/DEPENDS
@@ -1,2 +1,2 @@
-depends Python &&
-depends ORBit2
+depends Python
+depends ORBit2
diff --git a/gnome2/extra/pyorbit/DETAILS b/gnome2/extra/pyorbit/DETAILS
index 6545a6e..c7afd06 100644
--- a/gnome2/extra/pyorbit/DETAILS
+++ b/gnome2/extra/pyorbit/DETAILS
@@ -1,10 +1,10 @@
MODULE=pyorbit
- VERSION=2.24.0
MAJOR=2.24
+ VERSION=$MAJOR.0
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
SOURCE_VFY=sha1:f9877ce9672ed3c3d001b86924f1b6514a79efc9
- WEB_SITE=http://www.gnome.org/
+ WEB_SITE=http://www.gnome.org
ENTERED=20021114
UPDATED=20080924
SHORT="Python language bindings for ORBit2"
More information about the Lunar-commits
mailing list