Changeset 1704


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)

Location:
trunk/gsdl/packages
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/Makefile

    r1669 r1704  
    3030# clean, and distclean.
    3131
    32 PACKAGEDIRS = unix/wv/wv-0.6.0-gs
     32PACKAGEDIRS = unix/wv/wv-0.6.0-gs wget/wget-1.5.3
    3333
    3434all:
  • 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
  • trunk/gsdl/packages/wget/README

    r1532 r1704  
    44Hrvoje Niksic and others and distributed under the GNU General Public Licence
    55
    6 The source code is in the wget-1.5.3 directory.
    76The GNU wget homepage is http://www.cg.tuwien.ac.at/~prikryl/wget.html
    8 
    9 Assembled by Gordon Paynter ([email protected])
    10 
Note: See TracChangeset for help on using the changeset viewer.