CVS: moonbase/graphics/libmng BUILD,1.1,1.2 DETAILS,1.4,1.5
Florin Braescu
florin at lunar-linux.org
Sat Nov 1 17:22:03 GMT 2003
Update of /var/cvs/lunar/moonbase/graphics/libmng
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12848
Modified Files:
BUILD DETAILS
Log Message:
fix the install paths.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/libmng/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 25 Oct 2003 11:56:22 -0000 1.1
+++ BUILD 1 Nov 2003 17:22:01 -0000 1.2
@@ -1,6 +1,17 @@
(
- ./autogen.sh
+ ./autogen.sh &&
+ ./configure --build=$BUILD \
+ --prefix=/usr \
+ --bindir=/usr/bin \
+ --sbindir=/usr/sbin \
+ --datadir=/usr/share \
+ --localstatedir=/var \
+ --libdir=/usr/lib \
+ --includedir=/usr/include \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --enable-shared &&
default_make
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/libmng/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 1 Nov 2003 03:24:04 -0000 1.4
+++ DETAILS 1 Nov 2003 17:22:01 -0000 1.5
@@ -7,7 +7,7 @@
SOURCE_VFY=md5:af6768923295f486fe982ae53491b826
WEB_SITE=http://libmng.sourceforge.net
ENTERED=20010922
- UPDATED=20031031
+ UPDATED=20031101
SHORT="libmng is a library that supports the MNG graphics format."
cat << EOF
The MNG library is a collection of routines used to create and manipulate
More information about the Lunar-commits
mailing list