diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-24 00:02:14 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-24 00:02:14 +0000 |
commit | 0c743563731861deacbfa8ace5e3f51824877006 (patch) | |
tree | 232ed5807ea3d139da9ed99cbfad1426c527964d | |
parent | fdd9dbd43e200493ff21da291e48ce0cf3a2c6fe (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/11/23 17:04:13-06:00 kergoth.com!kergoth
Merge openembedded@openembedded.bkbits.net:packages-devel
into hyperion.kergoth.com:/home/kergoth/code/packages
2004/11/23 18:02:12-06:00 ti.com!kergoth
Kill the old t1lib versions, and fix the build properly.
BKrev: 41a3cf86fKyrYIMY7Ruobb2u_ZZuaw
-rw-r--r-- | t1lib/t1lib-5.0.0/configure.patch | 16 | ||||
-rw-r--r-- | t1lib/t1lib-5.0.0/install.patch | 163 | ||||
-rw-r--r-- | t1lib/t1lib-5.0.1/configure.patch | 16 | ||||
-rw-r--r-- | t1lib/t1lib-5.0.1/install.patch | 163 | ||||
-rw-r--r-- | t1lib/t1lib-5.0.2/configure.patch | 0 | ||||
-rw-r--r-- | t1lib/t1lib-5.0.2/install.patch | 0 | ||||
-rw-r--r-- | t1lib/t1lib-5.0.2/libtool.patch | 0 | ||||
-rw-r--r-- | t1lib/t1lib_5.0.0.oe | 24 | ||||
-rw-r--r-- | t1lib/t1lib_5.0.1.oe | 24 | ||||
-rw-r--r-- | t1lib/t1lib_5.0.2.oe | 0 |
10 files changed, 0 insertions, 406 deletions
diff --git a/t1lib/t1lib-5.0.0/configure.patch b/t1lib/t1lib-5.0.0/configure.patch deleted file mode 100644 index 2c7e86de0d..0000000000 --- a/t1lib/t1lib-5.0.0/configure.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- t1lib-5.0.0/configure~configure 2003-03-03 01:09:46.000000000 +0100 -+++ t1lib-5.0.0/configure 2004-02-10 12:46:59.000000000 +0100 -@@ -3198,7 +3198,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - if test "$cross_compiling" = yes; then -- { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } -+ { echo "configure: warning: can not run test program while cross compiling" 1>&2; } - else - cat > conftest.$ac_ext <<EOF - #line 3205 "configure" diff --git a/t1lib/t1lib-5.0.0/install.patch b/t1lib/t1lib-5.0.0/install.patch deleted file mode 100644 index 3d8843861c..0000000000 --- a/t1lib/t1lib-5.0.0/install.patch +++ /dev/null @@ -1,163 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- t1lib-5.0.1/Makefile.in~install 2001-01-15 17:37:11.000000000 -0500 -+++ t1lib-5.0.1/Makefile.in 2004-02-13 12:29:21.000000000 -0500 -@@ -44,6 +44,7 @@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @top_srcdir@/ac-tools/mkinstalldirs -+DESTDIR = @DESTDIR@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - includedir = @includedir@ ---- t1lib-5.0.1/doc/Makefile.in~install 2001-12-15 14:10:46.000000000 -0500 -+++ t1lib-5.0.1/doc/Makefile.in 2004-02-13 12:29:28.000000000 -0500 -@@ -43,6 +43,7 @@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @top_srcdir@/ac-tools/mkinstalldirs -+DESTDIR = @DESTDIR@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - includedir = @includedir@ -@@ -91,18 +92,18 @@ - install: dummy - if (test -f t1lib_doc.ps) \ - then \ -- $(MKINSTALLDIRS) @T1LIB_DATA_DIR@/doc; \ -- $(INSTALL_DATA) t1lib_doc.ps @T1LIB_DATA_DIR@/doc; \ -+ $(MKINSTALLDIRS) $(DESTDIR)@T1LIB_DATA_DIR@/doc; \ -+ $(INSTALL_DATA) t1lib_doc.ps $(DESTDIR)@T1LIB_DATA_DIR@/doc; \ - fi; - if (test -f t1lib_doc.pdf) \ - then \ -- $(MKINSTALLDIRS) @T1LIB_DATA_DIR@/doc; \ -- $(INSTALL_DATA) t1lib_doc.pdf @T1LIB_DATA_DIR@/doc; \ -+ $(MKINSTALLDIRS) $(DESTDIR)@T1LIB_DATA_DIR@/doc; \ -+ $(INSTALL_DATA) t1lib_doc.pdf $(DESTDIR)@T1LIB_DATA_DIR@/doc; \ - fi; - - - uninstall: dummy -- $(RM) -R @T1LIB_DATA_DIR@/doc -+ $(RM) -R $(DESTDIR)@T1LIB_DATA_DIR@/doc - - - dummy: ---- t1lib-5.0.1/examples/Makefile.in~install 2001-01-15 17:11:47.000000000 -0500 -+++ t1lib-5.0.1/examples/Makefile.in 2004-02-13 12:29:33.000000000 -0500 -@@ -40,6 +40,7 @@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @top_srcdir@/ac-tools/mkinstalldirs -+DESTDIR = @DESTDIR@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - includedir = @includedir@ ---- t1lib-5.0.1/lib/Makefile.in~install 2002-06-24 22:15:30.000000000 -0400 -+++ t1lib-5.0.1/lib/Makefile.in 2004-02-13 12:29:35.000000000 -0500 -@@ -40,6 +40,7 @@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @top_srcdir@/ac-tools/mkinstalldirs -+DESTDIR = @DESTDIR@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - includedir = @includedir@ -@@ -160,27 +161,27 @@ - - - install: dummy -- $(MKINSTALLDIRS) $(libdir) -- $(MKINSTALLDIRS) $(includedir) -- $(MKINSTALLDIRS) @T1LIB_DATA_DIR@ -+ $(MKINSTALLDIRS) $(DESTDIR)$(libdir) -+ $(MKINSTALLDIRS) $(DESTDIR)$(includedir) -+ $(MKINSTALLDIRS) $(DESTDIR)@T1LIB_DATA_DIR@ - $(LIBTOOL) --mode=install \ -- $(INSTALL_DATA) $(MAIN_TARGET) $(libdir) -+ $(INSTALL_DATA) $(MAIN_TARGET) $(DESTDIR)$(libdir) - $(LIBTOOL) --mode=install \ -- $(INSTALL_DATA) $(MAIN_HEADER) $(includedir) -- if (test -f @T1LIB_DATA_DIR@/t1lib.config) \ -+ $(INSTALL_DATA) $(MAIN_HEADER) $(DESTDIR)$(includedir) -+ if (test -f $(DESTDIR)@T1LIB_DATA_DIR@/t1lib.config) \ - then \ - echo "Alert: Global configuration file exists, installation skipped!"; \ - else \ -- $(LIBTOOL) --mode=install $(INSTALL_DATA) t1lib.config @T1LIB_DATA_DIR@; \ -+ $(LIBTOOL) --mode=install $(INSTALL_DATA) t1lib.config $(DESTDIR)@T1LIB_DATA_DIR@; \ - fi; - - - uninstall: dummy -- -$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/libt1.la -- -$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/libt1x.la -- -$(LIBTOOL) --mode=uninstall $(RM) $(includedir)/t1lib.h -- -$(LIBTOOL) --mode=uninstall $(RM) $(includedir)/t1libx.h -- -$(LIBTOOL) --mode=uninstall $(RM) @T1LIB_DATA_DIR@/t1lib.config -+ -$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libt1.la -+ -$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libt1x.la -+ -$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(includedir)/t1lib.h -+ -$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(includedir)/t1libx.h -+ -$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)@T1LIB_DATA_DIR@/t1lib.config - - - dummy: ---- t1lib-5.0.1/type1afm/Makefile.in~install 2001-01-15 17:08:23.000000000 -0500 -+++ t1lib-5.0.1/type1afm/Makefile.in 2004-02-13 12:29:40.000000000 -0500 -@@ -42,6 +42,7 @@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @top_srcdir@/ac-tools/mkinstalldirs -+DESTDIR = @DESTDIR@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - includedir = @includedir@ -@@ -87,14 +88,14 @@ - -rmdir .libs - - install: dummy -- $(MKINSTALLDIRS) $(bindir) -+ $(MKINSTALLDIRS) $(DESTDIR)$(bindir) - $(LIBTOOL) --mode=install \ -- $(INSTALL_PROGRAM) type1afm $(bindir)/type1afm -+ $(INSTALL_PROGRAM) type1afm $(DESTDIR)$(bindir)/type1afm - - - uninstall: dummy - $(LIBTOOL) --mode=uninstall \ -- $(RM) $(bindir)/type1afm -+ $(RM) $(DESTDIR)$(bindir)/type1afm - - - dummy: ---- t1lib-5.0.1/xglyph/Makefile.in~install 2001-01-15 17:06:53.000000000 -0500 -+++ t1lib-5.0.1/xglyph/Makefile.in 2004-02-13 12:29:44.000000000 -0500 -@@ -42,6 +42,7 @@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @top_srcdir@/ac-tools/mkinstalldirs -+DESTDIR = @DESTDIR@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - includedir = @includedir@ -@@ -94,12 +95,12 @@ - - - install: dummy -- $(MKINSTALLDIRS) $(bindir) -- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xglyph $(bindir)/xglyph -+ $(MKINSTALLDIRS) $(DESTDIR)$(bindir) -+ $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xglyph $(DESTDIR)$(bindir)/xglyph - - - uninstall: dummy -- $(LIBTOOL) --mode=uninstall $(RM) -f $(bindir)/xglyph -+ $(LIBTOOL) --mode=uninstall $(RM) -f $(DESTDIR)$(bindir)/xglyph - - - dummy: diff --git a/t1lib/t1lib-5.0.1/configure.patch b/t1lib/t1lib-5.0.1/configure.patch deleted file mode 100644 index 2c7e86de0d..0000000000 --- a/t1lib/t1lib-5.0.1/configure.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- t1lib-5.0.0/configure~configure 2003-03-03 01:09:46.000000000 +0100 -+++ t1lib-5.0.0/configure 2004-02-10 12:46:59.000000000 +0100 -@@ -3198,7 +3198,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - if test "$cross_compiling" = yes; then -- { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; } -+ { echo "configure: warning: can not run test program while cross compiling" 1>&2; } - else - cat > conftest.$ac_ext <<EOF - #line 3205 "configure" diff --git a/t1lib/t1lib-5.0.1/install.patch b/t1lib/t1lib-5.0.1/install.patch deleted file mode 100644 index 3d8843861c..0000000000 --- a/t1lib/t1lib-5.0.1/install.patch +++ /dev/null @@ -1,163 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- t1lib-5.0.1/Makefile.in~install 2001-01-15 17:37:11.000000000 -0500 -+++ t1lib-5.0.1/Makefile.in 2004-02-13 12:29:21.000000000 -0500 -@@ -44,6 +44,7 @@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @top_srcdir@/ac-tools/mkinstalldirs -+DESTDIR = @DESTDIR@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - includedir = @includedir@ ---- t1lib-5.0.1/doc/Makefile.in~install 2001-12-15 14:10:46.000000000 -0500 -+++ t1lib-5.0.1/doc/Makefile.in 2004-02-13 12:29:28.000000000 -0500 -@@ -43,6 +43,7 @@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @top_srcdir@/ac-tools/mkinstalldirs -+DESTDIR = @DESTDIR@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - includedir = @includedir@ -@@ -91,18 +92,18 @@ - install: dummy - if (test -f t1lib_doc.ps) \ - then \ -- $(MKINSTALLDIRS) @T1LIB_DATA_DIR@/doc; \ -- $(INSTALL_DATA) t1lib_doc.ps @T1LIB_DATA_DIR@/doc; \ -+ $(MKINSTALLDIRS) $(DESTDIR)@T1LIB_DATA_DIR@/doc; \ -+ $(INSTALL_DATA) t1lib_doc.ps $(DESTDIR)@T1LIB_DATA_DIR@/doc; \ - fi; - if (test -f t1lib_doc.pdf) \ - then \ -- $(MKINSTALLDIRS) @T1LIB_DATA_DIR@/doc; \ -- $(INSTALL_DATA) t1lib_doc.pdf @T1LIB_DATA_DIR@/doc; \ -+ $(MKINSTALLDIRS) $(DESTDIR)@T1LIB_DATA_DIR@/doc; \ -+ $(INSTALL_DATA) t1lib_doc.pdf $(DESTDIR)@T1LIB_DATA_DIR@/doc; \ - fi; - - - uninstall: dummy -- $(RM) -R @T1LIB_DATA_DIR@/doc -+ $(RM) -R $(DESTDIR)@T1LIB_DATA_DIR@/doc - - - dummy: ---- t1lib-5.0.1/examples/Makefile.in~install 2001-01-15 17:11:47.000000000 -0500 -+++ t1lib-5.0.1/examples/Makefile.in 2004-02-13 12:29:33.000000000 -0500 -@@ -40,6 +40,7 @@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @top_srcdir@/ac-tools/mkinstalldirs -+DESTDIR = @DESTDIR@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - includedir = @includedir@ ---- t1lib-5.0.1/lib/Makefile.in~install 2002-06-24 22:15:30.000000000 -0400 -+++ t1lib-5.0.1/lib/Makefile.in 2004-02-13 12:29:35.000000000 -0500 -@@ -40,6 +40,7 @@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @top_srcdir@/ac-tools/mkinstalldirs -+DESTDIR = @DESTDIR@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - includedir = @includedir@ -@@ -160,27 +161,27 @@ - - - install: dummy -- $(MKINSTALLDIRS) $(libdir) -- $(MKINSTALLDIRS) $(includedir) -- $(MKINSTALLDIRS) @T1LIB_DATA_DIR@ -+ $(MKINSTALLDIRS) $(DESTDIR)$(libdir) -+ $(MKINSTALLDIRS) $(DESTDIR)$(includedir) -+ $(MKINSTALLDIRS) $(DESTDIR)@T1LIB_DATA_DIR@ - $(LIBTOOL) --mode=install \ -- $(INSTALL_DATA) $(MAIN_TARGET) $(libdir) -+ $(INSTALL_DATA) $(MAIN_TARGET) $(DESTDIR)$(libdir) - $(LIBTOOL) --mode=install \ -- $(INSTALL_DATA) $(MAIN_HEADER) $(includedir) -- if (test -f @T1LIB_DATA_DIR@/t1lib.config) \ -+ $(INSTALL_DATA) $(MAIN_HEADER) $(DESTDIR)$(includedir) -+ if (test -f $(DESTDIR)@T1LIB_DATA_DIR@/t1lib.config) \ - then \ - echo "Alert: Global configuration file exists, installation skipped!"; \ - else \ -- $(LIBTOOL) --mode=install $(INSTALL_DATA) t1lib.config @T1LIB_DATA_DIR@; \ -+ $(LIBTOOL) --mode=install $(INSTALL_DATA) t1lib.config $(DESTDIR)@T1LIB_DATA_DIR@; \ - fi; - - - uninstall: dummy -- -$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/libt1.la -- -$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/libt1x.la -- -$(LIBTOOL) --mode=uninstall $(RM) $(includedir)/t1lib.h -- -$(LIBTOOL) --mode=uninstall $(RM) $(includedir)/t1libx.h -- -$(LIBTOOL) --mode=uninstall $(RM) @T1LIB_DATA_DIR@/t1lib.config -+ -$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libt1.la -+ -$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libt1x.la -+ -$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(includedir)/t1lib.h -+ -$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(includedir)/t1libx.h -+ -$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)@T1LIB_DATA_DIR@/t1lib.config - - - dummy: ---- t1lib-5.0.1/type1afm/Makefile.in~install 2001-01-15 17:08:23.000000000 -0500 -+++ t1lib-5.0.1/type1afm/Makefile.in 2004-02-13 12:29:40.000000000 -0500 -@@ -42,6 +42,7 @@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @top_srcdir@/ac-tools/mkinstalldirs -+DESTDIR = @DESTDIR@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - includedir = @includedir@ -@@ -87,14 +88,14 @@ - -rmdir .libs - - install: dummy -- $(MKINSTALLDIRS) $(bindir) -+ $(MKINSTALLDIRS) $(DESTDIR)$(bindir) - $(LIBTOOL) --mode=install \ -- $(INSTALL_PROGRAM) type1afm $(bindir)/type1afm -+ $(INSTALL_PROGRAM) type1afm $(DESTDIR)$(bindir)/type1afm - - - uninstall: dummy - $(LIBTOOL) --mode=uninstall \ -- $(RM) $(bindir)/type1afm -+ $(RM) $(DESTDIR)$(bindir)/type1afm - - - dummy: ---- t1lib-5.0.1/xglyph/Makefile.in~install 2001-01-15 17:06:53.000000000 -0500 -+++ t1lib-5.0.1/xglyph/Makefile.in 2004-02-13 12:29:44.000000000 -0500 -@@ -42,6 +42,7 @@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @top_srcdir@/ac-tools/mkinstalldirs -+DESTDIR = @DESTDIR@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - includedir = @includedir@ -@@ -94,12 +95,12 @@ - - - install: dummy -- $(MKINSTALLDIRS) $(bindir) -- $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xglyph $(bindir)/xglyph -+ $(MKINSTALLDIRS) $(DESTDIR)$(bindir) -+ $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) xglyph $(DESTDIR)$(bindir)/xglyph - - - uninstall: dummy -- $(LIBTOOL) --mode=uninstall $(RM) -f $(bindir)/xglyph -+ $(LIBTOOL) --mode=uninstall $(RM) -f $(DESTDIR)$(bindir)/xglyph - - - dummy: diff --git a/t1lib/t1lib-5.0.2/configure.patch b/t1lib/t1lib-5.0.2/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/t1lib/t1lib-5.0.2/configure.patch diff --git a/t1lib/t1lib-5.0.2/install.patch b/t1lib/t1lib-5.0.2/install.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/t1lib/t1lib-5.0.2/install.patch diff --git a/t1lib/t1lib-5.0.2/libtool.patch b/t1lib/t1lib-5.0.2/libtool.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/t1lib/t1lib-5.0.2/libtool.patch diff --git a/t1lib/t1lib_5.0.0.oe b/t1lib/t1lib_5.0.0.oe deleted file mode 100644 index 63fd358754..0000000000 --- a/t1lib/t1lib_5.0.0.oe +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "A Type1 Font Rastering Library" -SECTION = "libs" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" - -SRC_URI = "http://www.netsw.org/graphic/font/t1lib-${PV}.tar.gz \ - file://configure.patch;patch=1 \ - file://install.patch;patch=1" - -inherit autotools - -EXTRA_OECONF = "--without-x --without-athena" -EXTRA_OEMAKE = "without_doc" - -do_configure() { - gnu-configize - oe_runconf -} - -do_stage() { - oe_libinstall -so -C lib libt1 ${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 deleted file mode 100644 index 523af78e77..0000000000 --- a/t1lib/t1lib_5.0.1.oe +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "A Type1 Font Rastering Library" -SECTION = "libs" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" - -SRC_URI = "ftp://sunsite.unc.edu/pub/Linux/libs/graphics/t1lib-${PV}.tar.gz \ - file://configure.patch;patch=1 \ - file://install.patch;patch=1" - -inherit autotools - -EXTRA_OECONF = "--without-x --without-athena" -EXTRA_OEMAKE = "without_doc" - -do_configure() { - gnu-configize - oe_runconf -} - -do_stage() { - oe_libinstall -so -C lib libt1 ${STAGING_LIBDIR} - install lib/t1lib/t1lib.h ${STAGING_INCDIR}/ - install lib/t1lib/t1libx.h ${STAGING_INCDIR}/ -} diff --git a/t1lib/t1lib_5.0.2.oe b/t1lib/t1lib_5.0.2.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/t1lib/t1lib_5.0.2.oe |