summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-21 12:00:54 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-21 12:00:54 +0100
commitb006355af5ebe0e0465dd8412d918fa042bbda55 (patch)
treea6f9ce8d347d4519bd8deaef1006a3d5e55a801f /meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
parentfdbc6ae58b2bddb2ba7bac1cad61c8526a702cc2 (diff)
downloadmeta-openembedded-b006355af5ebe0e0465dd8412d918fa042bbda55.tar.gz
t1lib: add 5.1.2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb')
-rw-r--r--meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb b/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
new file mode 100644
index 0000000000..f905c9d63d
--- /dev/null
+++ b/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
@@ -0,0 +1,31 @@
1DESCRIPTION = "A Type1 Font Rastering Library"
2SECTION = "libs"
3DEPENDS = "virtual/libx11 libxaw"
4
5LICENSE = "LGPLv2 GPLv2"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=8ca43cbc842c2336e835926c2166c28b \
7 file://LGPL;md5=6e29c688d912da12b66b73e32b03d812 \
8"
9
10SRC_URI = "${DEBIAN_MIRROR}/main/t/t1lib/t1lib_${PV}.orig.tar.gz \
11 file://configure.patch \
12 file://libtool.patch"
13SRC_URI[md5sum] = "a5629b56b93134377718009df1435f3c"
14SRC_URI[sha256sum] = "821328b5054f7890a0d0cd2f52825270705df3641dbd476d58d17e56ed957b59"
15
16inherit autotools
17
18# Fix GNU_HASH problem
19TARGET_CC_ARCH += "${LDFLAGS}"
20
21EXTRA_OECONF = "--with-x --without-athena"
22EXTRA_OEMAKE = "without_doc"
23
24do_configure() {
25 rm -f ${S}/ac-tools/aclocal.m4
26 autotools_do_configure
27}
28
29FILES_${PN} += " ${datadir}/t1lib/t1lib.config"
30FILES_${PN}-doc = "${datadir}/t1lib/doc/t1lib_doc.pdf"
31