Ignore:
Timestamp:
02/16/2007 03:28:30 PM (17 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
81f7dc1
Parents:
b4cf321
Message:

bug hunt in custom package examples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom/examples/963-lynx

    rb4cf321 rdcf0e25  
    66
    77PKG="lynx"
    8 PKG_VERSION="2.8.7"
     8PKG_VERSION="2.8.6"
    99PKG_FILE="lynx${PKG_VERSION}.tar.bz2"
    10 URL="ftp://lynx.isc.org/lynx2.8.5/${PKG_FILE}"
    11 MD5=""
    12 PATCH1=""
     10URL="ftp://lynx.isc.org/lynx2.8.6/${PKG_FILE}"
     11MD5="dc80497b7dda6a28fd80404684d27548"
     12for i in PATCH{1..10}; do
     13   unset $i
     14done
    1315
    1416( cat << "xEOFx"
    1517
    16 ./configure --prefix=/usr --libdir=/etc \
    17     --with-zlib --with-bzlib &&
     18./configure --prefix=/usr \
     19            --sysconfdir=/etc/lynx \
     20            --datadir=/usr/share/doc/lynx-2.8.6 \
     21            --with-zlib \
     22            --with-bzlib \
     23            --with-screen=ncursesw \
     24            --enable-locale-charset &&
     25
    1826make
    1927
    20 make docdir=/usr/share/doc/lynx-2.8.5/doc \
    21     helpdir=/usr/share/doc/lynx-2.8.5/help install-full &&
    22 chgrp -v -R root /usr/share/doc/lynx-2.8.5/doc
     28make install-full &&
     29chgrp -v -R root /usr/share/doc/lynx-2.8.6/lynx_doc
    2330
    2431xEOFx
Note: See TracChangeset for help on using the changeset viewer.