Ignore:
Timestamp:
02/20/2016 10:13:22 PM (8 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, trunk
Children:
f37d08b
Parents:
e6967a1
Message:

Update custom/examples. Thanks to Tom Armistead for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • custom/examples/963-gpm

    re6967a1 r9543675  
    33#
    44PKG="gpm"
    5 PKG_VERSION="1.20.1"
     5PKG_VERSION="1.20.7"
    66PKG_FILE="gpm-${PKG_VERSION}.tar.bz2"
    7 URL="ftp://arcana.linux.it/pub/gpm/${PKG_FILE}"
    8 MD5="2c63e827d755527950d9d13fe3d87692"
     7URL="http://www.nico.schottelius.org/software/gpm/archives/${PKG_FILE}"
     8MD5="bf84143905a6a903dbd4d4b911a2a2b8"
    99for i in PATCH{1..10}; do
    1010   unset $i
    1111done
    12 PATCH1=" http://www.linuxfromscratch.org/patches/blfs/svn/gpm-1.20.1-segfault-1.patch"
    13 PATCH2=" http://www.linuxfromscratch.org/patches/blfs/svn/gpm-1.20.1-silent-1.patch"
    14 
    1512
    1613( cat << "xEOFx"
    1714
    18 patch -Np1 -i ../gpm-1.20.1-segfault-1.patch &&
    19 patch -Np1 -i ../gpm-1.20.1-silent-1.patch &&
     15./autogen.sh                                &&
    2016./configure --prefix=/usr --sysconfdir=/etc &&
    21 LDFLAGS="-lm" make
     17make
    2218
    23 make install &&
    24 cp -v conf/gpm-root.conf /etc &&
    25 ldconfig
     19make install                                          &&
     20
     21install-info --dir-file=/usr/share/info/dir           \
     22             /usr/share/info/gpm.info                 &&
     23
     24ln -sfv libgpm.so.2.1.0 /usr/lib/libgpm.so            &&
     25install -v -m644 conf/gpm-root.conf /etc              &&
     26
     27install -v -m755 -d /usr/share/doc/gpm-${PKG_FILE}/support &&
     28install -v -m644    doc/support/*                     \
     29                    /usr/share/doc/gpm-${PKG_FILE}/support &&
     30install -v -m644    doc/{FAQ,HACK_GPM,README*}        \
     31                    /usr/share/doc/gpm-${PKG_FILE}
    2632
    2733# The normal cmd to install the boot script for gpm
     
    3238# Begin /etc/sysconfig/mouse
    3339
    34 MDEVICE="/dev/psaux"
     40MDEVICE="/dev/input/mice"
    3541PROTOCOL="imps2"
    3642GPMOPTS=""
Note: See TracChangeset for help on using the changeset viewer.