From: Chris Larson Date: Fri, 13 Feb 2004 18:15:20 +0000 (+0000) Subject: Add patch to make t1lib obey DESTDIR, fix t1lib 5.0.0 URI, and add t1lib 5.0.1. X-Git-Tag: Release-2010-05/1~20135 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a5325d48e3be73fd6e2dee856c11e5d66ace8ff;p=openembedded.git Add patch to make t1lib obey DESTDIR, fix t1lib 5.0.0 URI, and add t1lib 5.0.1. BKrev: 402d1438cR5IaOe6VrHXydDhj7rIDQ --- diff --git a/t1lib/t1lib-5.0.0/install.patch b/t1lib/t1lib-5.0.0/install.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/t1lib/t1lib-5.0.1/configure.patch b/t1lib/t1lib-5.0.1/configure.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/t1lib/t1lib-5.0.1/install.patch b/t1lib/t1lib-5.0.1/install.patch new file mode 100644 index 0000000000..e69de29bb2 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 " +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}/ +} diff --git a/t1lib/t1lib_5.0.1.oe b/t1lib/t1lib_5.0.1.oe new file mode 100644 index 0000000000..e69de29bb2