Sophie

Sophie

distrib > Mageia > 3 > x86_64 > by-pkgid > 13c4428db0ff810fbae7d2615ff0346b > files > 14451

clipart-openclipart-2.0-5.mga3.noarch.rpm

Open Clip Art Library Package Install
=====================================

This is the basic install package for all of the packages that the Open Clip 
Art Library (OCAL) builds on the monthly releases. This will eventually be 
supplanted, but is very necessary at present as OCAL is growing to that point.

To basically build all these packages, to install clipart onto your syste, or
to build the win32 installer, please read below.

To install the clipart into your system:

	make install

To install the clipart not into the default, /usr/share/clipart, then do this:

	CLIPARTDIR=/PATH/TO/clipart make install


Packages
--------

Make sure that the latest clipart is installed into the folder:

	clipart

Make sure that the latest tools (which are usually in the CVS module 
clipart_web/tools) are copied as is to:

	tools

In order to build the win32 installer, go to http://nsis.sf.net to get the 
source package linux installer. Version 2.08 works great at the time of this
writing. It is set by default to be at:

	/opt/nsis

If this needs to be changed, then one can do this:

	MAKENSIS=/PATH/TO/makensis make nsis

Now, once all these pieces are in place:

	make dist

This builds all packages into the folder:

	packages


To clean all build files and dists:

	make distclean

To build the win32 package, which IS NOT built with make dist, due to the 
strange nature of the nsis install:

	make nsis

This places the win32 installer into the packages folder as well.

In order to build the RPMs, one must have rpmbuild. On gentoo, I just emerge 
rpm and get rpmbuild and other scripts that are necessary in making RPM 
packages. RPMs are built automatically with make dist.