Skip to Content.
Sympa Menu

sm-grimoire - [SM-Grimoire]Local grimoire and source

sm-grimoire AT lists.ibiblio.org

Subject: Discussion of Spells and Grimoire items

List archive

Chronological Thread  
  • From: Pierre Abbat <phma AT webjockey.net>
  • To: "Grimoire" <sm-grimoire AT lists.ibiblio.org>
  • Subject: [SM-Grimoire]Local grimoire and source
  • Date: Tue, 24 Dec 2002 11:12:06 -0500

For programs I develop, how can I set up a local grimoire and tell it to
build from a directory on disk? For instance, the Abiword spell looks like
this:

SPELL=abiword
VERSION=1.0.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/abiword/$SOURCE

I'd like to do something like this:

SPELL=abiword
VERSION=`date`
SOURCE=/home/phma/abi/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=file:/home/phma/abi/

where /home/phma/abi is the directory where I have the AbiWord source (with
subdirs /home/phma/abi/abi, /home/phma/abi/unixfonts, etc.).

Can this be made to work?

phma




Archive powered by MHonArc 2.6.24.

Top of Page