[Lunar-commits] r15828 - in moonbase/branches/submissions/new: . xpm

stumbles stumbles at lunar-linux.org
Sat Jul 23 04:11:17 UTC 2005


Author: stumbles
Date: 2005-07-23 04:11:14 +0000 (Sat, 23 Jul 2005)
New Revision: 15828

Added:
   moonbase/branches/submissions/new/xpm/
   moonbase/branches/submissions/new/xpm/BUILD
   moonbase/branches/submissions/new/xpm/DETAILS
Log:

An ASCII image format and a C library.



Added: moonbase/branches/submissions/new/xpm/BUILD
===================================================================
--- moonbase/branches/submissions/new/xpm/BUILD	2005-07-23 04:07:51 UTC (rev 15827)
+++ moonbase/branches/submissions/new/xpm/BUILD	2005-07-23 04:11:14 UTC (rev 15828)
@@ -0,0 +1,14 @@
+(
+
+  cd /usr/src/xpm-3.4g
+
+  xmkmf -a           &&
+  make               &&
+  prepare_install    &&
+  make install       &&
+  make install.man
+
+  
+
+) > $C_FIFO 2>&1
+


Property changes on: moonbase/branches/submissions/new/xpm/BUILD
___________________________________________________________________
Name: svn:executable
   + *

Added: moonbase/branches/submissions/new/xpm/DETAILS
===================================================================
--- moonbase/branches/submissions/new/xpm/DETAILS	2005-07-23 04:07:51 UTC (rev 15827)
+++ moonbase/branches/submissions/new/xpm/DETAILS	2005-07-23 04:11:14 UTC (rev 15828)
@@ -0,0 +1,12 @@
+          MODULE=xpm
+         VERSION=3.4k
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=http://koala.ilog.fr/ftp/pub/xpm/
+      SOURCE_VFY=sha1:a8eac19e5772bf7b3b177353686c1401fbf334bd
+        WEB_SITE=http://koala.ilog.fr/lehors/xpm.html
+         ENTERED=20050722
+         UPDATED=20050722
+           SHORT="An ASCII image format and a C library."
+cat << EOF
+XPixMap (XPM) consists of an ASCII image format and a C library. The format defines how to store color images (X Pixmap) in a portable and powerful way. The library provides a set of functions to store and retrieve images to and from XPM format data, being either files, buffers (files in memory), or data (included files). 
+EOF


Property changes on: moonbase/branches/submissions/new/xpm/DETAILS
___________________________________________________________________
Name: svn:executable
   + *



More information about the Lunar-commits mailing list