Skip to Content.
Sympa Menu

sm-grimoire - [SM-Grimoire] Local abiword spell

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: sm-grimoire AT lists.ibiblio.org
  • Subject: [SM-Grimoire] Local abiword spell
  • Date: Sun, 19 Jan 2003 11:13:26 -0500

I'm trying to write a local abiword spell which reads a cvs directory instead
of downloading a tarball. Here are the DETAILS and PRE_BUILD files, which are
the only things I have changed:
--------------------
SPELL=abiword
VERSION=cvs
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
# SOURCE_URL[0]=$SOURCEFORGE_URL/abiword/$SOURCE
# MD5[0]=e6913e2766ae1f6687eb978430912545
WEB_SITE=http://www.abiword.com
ENTERED=20011101
UPDATED=20021018
LICENSE[0]=GPL
MAINTAINER=nhudson AT hiwaay.net
MENU_ITEM[0]="AbiWord word processor"
MENU_EXEC[0]=${SPELL}
MENU_DESC[0]=${SHORT}
SHORT="abiword is a word processor"
cat << EOF
Abiword is a free word processing program similar to Microsoft Word.
It is suitable for typing papers, letter, reports, memos and so forth.
EOF
---------------
rm -rf $SOURCE_DIRECTORY
cp -rv /home/phma/abi $SOURCE_DIRECTORY
---------------
When I cast it, it makes an empty /usr/src/abiword directory, tries to
compile
the nonexistent source within, and fails. What am I doing wrong?

phma




Archive powered by MHonArc 2.6.24.

Top of Page