Ignore:
Timestamp:
2000-11-27T14:07:43+13:00 (23 years ago)
Author:
sjboddie
Message:

wget is now extracted from tar archive, configured and compiled in the same
way that the wv package is. compiling under windows is still a matter of
doing everything by hand (much like the rest of greenstone)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/configure

    r1668 r1704  
    22
    33PACKAGES=`pwd`
     4cd ..
     5GSDLHOME=`pwd`
     6cd $PACKAGES
     7GSDLOS=`uname | tr A-Z a-z`
    48
    59# configure the wvWare Word document converter
    6 
    710echo ""
    811echo "Configuring wvWare"
     
    1518
    1619
     20# configure wget
     21echo ""
     22echo "Configuring wget"
     23echo ""
    1724
    18 
     25cd $PACKAGES/wget
     26tar -xzf wget.tar.gz
     27cd $PACKAGES/wget/wget-1.5.3
     28./configure --prefix=$PACKAGES/wget --bindir=$GSDLHOME/bin/$GSDLOS
Note: See TracChangeset for help on using the changeset viewer.