diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-21 12:00:54 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-21 12:00:54 +0100 |
| commit | b006355af5ebe0e0465dd8412d918fa042bbda55 (patch) | |
| tree | a6f9ce8d347d4519bd8deaef1006a3d5e55a801f /meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb | |
| parent | fdbc6ae58b2bddb2ba7bac1cad61c8526a702cc2 (diff) | |
| download | meta-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.bb | 31 |
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 @@ | |||
| 1 | DESCRIPTION = "A Type1 Font Rastering Library" | ||
| 2 | SECTION = "libs" | ||
| 3 | DEPENDS = "virtual/libx11 libxaw" | ||
| 4 | |||
| 5 | LICENSE = "LGPLv2 GPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8ca43cbc842c2336e835926c2166c28b \ | ||
| 7 | file://LGPL;md5=6e29c688d912da12b66b73e32b03d812 \ | ||
| 8 | " | ||
| 9 | |||
| 10 | SRC_URI = "${DEBIAN_MIRROR}/main/t/t1lib/t1lib_${PV}.orig.tar.gz \ | ||
| 11 | file://configure.patch \ | ||
| 12 | file://libtool.patch" | ||
| 13 | SRC_URI[md5sum] = "a5629b56b93134377718009df1435f3c" | ||
| 14 | SRC_URI[sha256sum] = "821328b5054f7890a0d0cd2f52825270705df3641dbd476d58d17e56ed957b59" | ||
| 15 | |||
| 16 | inherit autotools | ||
| 17 | |||
| 18 | # Fix GNU_HASH problem | ||
| 19 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
| 20 | |||
| 21 | EXTRA_OECONF = "--with-x --without-athena" | ||
| 22 | EXTRA_OEMAKE = "without_doc" | ||
| 23 | |||
| 24 | do_configure() { | ||
| 25 | rm -f ${S}/ac-tools/aclocal.m4 | ||
| 26 | autotools_do_configure | ||
| 27 | } | ||
| 28 | |||
| 29 | FILES_${PN} += " ${datadir}/t1lib/t1lib.config" | ||
| 30 | FILES_${PN}-doc = "${datadir}/t1lib/doc/t1lib_doc.pdf" | ||
| 31 | |||
