diff options
author | Chris Larson <clarson@kergoth.com> | 2004-02-13 18:15:20 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-02-13 18:15:20 +0000 |
commit | 0a5325d48e3be73fd6e2dee856c11e5d66ace8ff (patch) | |
tree | ec99a29376b2f51e8f8162571d74b3e435a116e4 /t1lib/t1lib_5.0.0.oe | |
parent | 4be29b709c08ad6b6015cf1fb546b852bd53c350 (diff) |
Add patch to make t1lib obey DESTDIR, fix t1lib 5.0.0 URI, and add t1lib 5.0.1.
BKrev: 402d1438cR5IaOe6VrHXydDhj7rIDQ
Diffstat (limited to 't1lib/t1lib_5.0.0.oe')
-rw-r--r-- | t1lib/t1lib_5.0.0.oe | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/t1lib/t1lib_5.0.0.oe b/t1lib/t1lib_5.0.0.oe index e69de29bb2..2becc64e2f 100644 --- a/t1lib/t1lib_5.0.0.oe +++ b/t1lib/t1lib_5.0.0.oe @@ -0,0 +1,25 @@ +DESCRIPTION=A Type1 Font Rastering Library +SECTION=libs +PRIORITY=optional +MAINTAINER="Michael Lauer <mickey@Vanille.de>" +RDEPENDS=libc6 +DEPENDS=virtual/libc + +SRC_URI = http://www.netsw.org/graphic/font/t1lib-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/install.patch;patch=1 + +inherit autotools libtool + +EXTRA_OECONF = --without-x --without-athena + +do_configure() { + oe_runconf +} + +do_stage() { + oe_soinstall lib/.libs/libt1.so.5.0.0 ${STAGING_LIBDIR}/ + oe_soinstall lib/.libs/libt1.so.5.0.0 ${STAGING_LIBDIR}/ + install lib/t1lib/t1lib.h ${STAGING_INCDIR}/ + install lib/t1lib/t1libx.h ${STAGING_INCDIR}/ +} |