diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /gpm | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'gpm')
-rw-r--r-- | gpm/gpm_1.20.1.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gpm/gpm_1.20.1.oe b/gpm/gpm_1.20.1.oe index 6f0631df08..cee85889c3 100644 --- a/gpm/gpm_1.20.1.oe +++ b/gpm/gpm_1.20.1.oe @@ -4,18 +4,18 @@ 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-1.20.1.tar.bz2 \ - file://${FILESDIR}/configure.patch;patch=1 +SRC_URI = "ftp://arcana.linux.it/pub/gpm/gpm-${PV}.tar.bz2 \ + file://${FILESDIR}/configure.patch;patch=1" inherit autotools -export LIBS=-lm +export LIBS = "-lm" do_configure_prepend () { cp aclocal.m4 acinclude.m4 } do_stage () { - install -m 0644 src/headers/gpm.h ${STAGING_DIR}/target/include/ + install -m 0644 src/headers/gpm.h ${STAGING_INCDIR}/ install -m 0644 src/lib/libgpm.a ${STAGING_LIBDIR}/ install -m 0755 src/lib/libgpm.so.1.19.0 ${STAGING_LIBDIR}/ ln -sf libgpm.so.1.19.0 ${STAGING_LIBDIR}/libgpm.so |