[Lunar-commits] <moonbase> libole2-2: rename it to libole2.
Florin Braescu
florin at lunar-linux.org
Tue Apr 20 21:36:37 CEST 2010
commit e66ea8c866a3d95e18af6e8ec96d9a017a6bd1d2
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Apr 20 22:36:37 2010 +0300
libole2-2: rename it to libole2.
---
gnome2/core/libole2-2/BUILD | 12 ------------
gnome2/core/libole2-2/DEPENDS | 1 -
gnome2/core/libole2-2/DETAILS | 15 ---------------
gnome2/core/libole2/BUILD | 12 ++++++++++++
gnome2/core/libole2/DEPENDS | 1 +
gnome2/core/libole2/DETAILS | 16 ++++++++++++++++
6 files changed, 29 insertions(+), 28 deletions(-)
diff --git a/gnome2/core/libole2-2/BUILD b/gnome2/core/libole2-2/BUILD
deleted file mode 100644
index 8d803e7..0000000
--- a/gnome2/core/libole2-2/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
- ./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
-
-) > $C_FIFO 2>&1
diff --git a/gnome2/core/libole2-2/DEPENDS b/gnome2/core/libole2-2/DEPENDS
deleted file mode 100644
index 7c5f131..0000000
--- a/gnome2/core/libole2-2/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends glib-2
diff --git a/gnome2/core/libole2-2/DETAILS b/gnome2/core/libole2-2/DETAILS
deleted file mode 100644
index 8d5681e..0000000
--- a/gnome2/core/libole2-2/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- MODULE=libole2-2
- VERSION=2.2.8
- SOURCE=libole2-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/libole2-$VERSION
- SOURCE_URL[0]=$GNOME_URL/sources/libole2/2.2/
- SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/libole2/2.2/
- WEB_SITE=http://www.gnome.org/gnome-office
- ENTERED=20020729
- UPDATED=20020914
- SHORT="libole2 provides an API to access OLE2 streams."
-cat << EOF
-libole2 provides an API to access OLE2 streams as used by Microsoft
-in their compound files. Such common file formats as Excel, Word,
-Powerpoint, and Visio use this system.
-EOF
diff --git a/gnome2/core/libole2/BUILD b/gnome2/core/libole2/BUILD
new file mode 100644
index 0000000..2259d76
--- /dev/null
+++ b/gnome2/core/libole2/BUILD
@@ -0,0 +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
+
+) > $C_FIFO 2>&1
diff --git a/gnome2/core/libole2/DEPENDS b/gnome2/core/libole2/DEPENDS
new file mode 100644
index 0000000..7c5f131
--- /dev/null
+++ b/gnome2/core/libole2/DEPENDS
@@ -0,0 +1 @@
+depends glib-2
diff --git a/gnome2/core/libole2/DETAILS b/gnome2/core/libole2/DETAILS
new file mode 100644
index 0000000..6f137be
--- /dev/null
+++ b/gnome2/core/libole2/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=libole2
+ MAJOR=2.2
+ VERSION=$MAJOR.8
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/$MAJOR
+ SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$MODULE/$MAJOR
+ WEB_SITE=http://www.gnome.org/gnome-office
+ ENTERED=20020729
+ UPDATED=20020914
+ SHORT="libole2 provides an API to access OLE2 streams"
+
+cat << EOF
+libole2 provides an API to access OLE2 streams as used by Microsoft
+in their compound files. Such common file formats as Excel, Word,
+Powerpoint, and Visio use this system.
+EOF
More information about the Lunar-commits
mailing list