summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t1lib/t1lib-5.0.0/install.patch0
-rw-r--r--t1lib/t1lib-5.0.1/configure.patch0
-rw-r--r--t1lib/t1lib-5.0.1/install.patch0
-rw-r--r--t1lib/t1lib_5.0.0.oe25
-rw-r--r--t1lib/t1lib_5.0.1.oe0
5 files changed, 25 insertions, 0 deletions
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
--- /dev/null
+++ b/t1lib/t1lib-5.0.0/install.patch
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
--- /dev/null
+++ b/t1lib/t1lib-5.0.1/configure.patch
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
--- /dev/null
+++ b/t1lib/t1lib-5.0.1/install.patch
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}/
+}
diff --git a/t1lib/t1lib_5.0.1.oe b/t1lib/t1lib_5.0.1.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/t1lib/t1lib_5.0.1.oe