summaryrefslogtreecommitdiff
path: root/gpm/gpm_1.20.1.oe
blob: 0d7bde44c6fb56aefde9643b168c6562d1238215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
DEPENDS = "virtual/libc ncurses"
DESCRIPTION = "GPM (General Purpose Mouse) is a mouse server \
for the console and xterm, with sample clients included \
(emacs, etc)."

SRC_URI = "ftp://arcana.linux.it/pub/gpm/gpm-${PV}.tar.bz2 \
	   file://${FILESDIR}/configure.patch;patch=1 \
	   file://${FILESDIR}/no-docs.patch;patch=1"

inherit autotools

export LIBS = "-lm"
do_configure_prepend () {
	cp aclocal.m4 acinclude.m4
}

do_stage () {
	install -m 0644 src/headers/gpm.h ${STAGING_INCDIR}/
	install -m 0644 src/lib/libgpm.a ${STAGING_LIBDIR}/
	oe_soinstall src/lib/libgpm.so.1.19.0 ${STAGING_LIBDIR}/
}

do_install () {
	oe_runmake 'ROOT=${D}' install
}