summaryrefslogtreecommitdiffstats
path: root/gnome1-libs/libole2
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /gnome1-libs/libole2
initial commit from stable 0.3
Diffstat (limited to 'gnome1-libs/libole2')
-rwxr-xr-xgnome1-libs/libole2/DEPENDS1
-rwxr-xr-xgnome1-libs/libole2/DETAILS19
-rw-r--r--gnome1-libs/libole2/HISTORY16
3 files changed, 36 insertions, 0 deletions
diff --git a/gnome1-libs/libole2/DEPENDS b/gnome1-libs/libole2/DEPENDS
new file mode 100755
index 0000000000..c977073652
--- /dev/null
+++ b/gnome1-libs/libole2/DEPENDS
@@ -0,0 +1 @@
+depends glib
diff --git a/gnome1-libs/libole2/DETAILS b/gnome1-libs/libole2/DETAILS
new file mode 100755
index 0000000000..f569d216af
--- /dev/null
+++ b/gnome1-libs/libole2/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=libole2
+ VERSION=0.2.4
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$SPELL/$BRANCH/$SOURCE
+ MD5[0]='23e6baf17eb0143bfeba26a3961cdafd'
+ MAINTAINER=jon-sven@frisurf.no
+ WEB_SITE=www.gnome.org
+ LICENSE[0]=GPL
+ ENTERED=20011009
+ UPDATED=20011104
+ 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/gnome1-libs/libole2/HISTORY b/gnome1-libs/libole2/HISTORY
new file mode 100644
index 0000000000..3366332b56
--- /dev/null
+++ b/gnome1-libs/libole2/HISTORY
@@ -0,0 +1,16 @@
+2002-10-23 Robin Cook <rcook@wyrms.net>
+ * Add MD5
+
+2002-09-20 Jon Svendsen <jon-sven@frisurf.no>
+ * URLs now match new ftp.gnome.org layout
+
+2002-06-19 Jon Svendsen <jon-sven@frisurf.no>
+ * Added licensing information
+
+2002-03-14 Jon Svendsen <jon-sven@frisurf.no>
+ * Added HISTORY
+ * Added MAINTAINER=me
+ * fixed backup url
+ * Added glib dependency
+ * minor description cleanup
+