source: custom/examples/963-gpm@ f7c6c3c

ablfs-more legacy trunk
Last change on this file since f7c6c3c was 9543675, checked in by Pierre Labastie <pierre@…>, 8 years ago

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

  • Property mode set to 100644
File size: 1.2 KB
Line 
1#
2# $Id$
3#
4PKG="gpm"
5PKG_VERSION="1.20.7"
6PKG_FILE="gpm-${PKG_VERSION}.tar.bz2"
7URL="http://www.nico.schottelius.org/software/gpm/archives/${PKG_FILE}"
8MD5="bf84143905a6a903dbd4d4b911a2a2b8"
9for i in PATCH{1..10}; do
10 unset $i
11done
12
13( cat << "xEOFx"
14
15./autogen.sh &&
16./configure --prefix=/usr --sysconfdir=/etc &&
17make
18
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}
32
33# The normal cmd to install the boot script for gpm
34# --- PUT THIS CMD INSIDE 999-blfs_bootscripts
35#make install-gpm
36
37cat > /etc/sysconfig/mouse << "EOF"
38# Begin /etc/sysconfig/mouse
39
40MDEVICE="/dev/input/mice"
41PROTOCOL="imps2"
42GPMOPTS=""
43
44# End /etc/sysconfig/mouse
45EOF
46
47xEOFx
48) > tmp
49
Note: See TracBrowser for help on using the repository browser.