Libmng

From CBLFS
Revision as of 16:25, 16 September 2006 by Jciccone (talk | contribs) (Multilib)
Jump to navigationJump to search
Download Source: http://prdownloads.sourceforge.net/libmng/libmng-1.0.9.tar.gz

Dependencies

Required

Non-Multilib

Compile the package:

cp makefiles/makefile.linux Makefile &&
make

Install the package

make prefix=/usr install &&
install -v -m644 doc/man/*.3 /usr/share/man/man3 &&
install -v -m644 doc/man/*.5 /usr/share/man/man5 &&
install -v -m755 -d /usr/share/doc/libmng-1.0.9 &&
install -v -m644 doc/*.{png,txt} /usr/share/doc/libmng-1.0.9

Multilib

32Bit

Compile the package:

cp makefiles/makefile.linux Makefile
make CC="gcc ${BUILD32}"

Install the package

make prefix=/usr install

N32

Compile the package

cp makefiles/makefile.linux Makefile
make CC="gcc ${BUILDN32}"

Install the package

make prefix=/usr LIBPATH=/usr/lib32 install

64Bit

Compile the package

cp makefiles/makefile.linux Makefile
make CC="gcc ${BUILD64}"

Install the package

make prefix=/usr LIBPATH=/usr/lib64 install
install -v -m644 doc/man/*.3 /usr/share/man/man3 &&
install -v -m644 doc/man/*.5 /usr/share/man/man5 &&
install -v -m755 -d /usr/share/doc/libmng-1.0.9 &&
install -v -m644 doc/*.{png,txt} /usr/share/doc/libmng-1.0.9