source: rtems-source-builder/rtems/config/graphics/t1lib-5.1.2-1.cfg @ c799e04

5
Last change on this file since c799e04 was c799e04, checked in by Chris Johns <chrisj@…>, on 07/06/19 at 09:20:09

5/packages: Add curl and update all packages with RTEMS 5 and LibBSD

  • Update rtems-bsp support to correctly handle hosts for BSP.
  • Clean up the options for a BSP.
  • Check all RTEMS 5 packages and add 5/rtems-packages for all that build.
  • Update download locations and checksum of all packages.
  • The work requires the kernel and Libbsd hacve the same prefix.
  • Property mode set to 100644
File size: 696 bytes
Line 
1#
2# t1lib 5.1.2
3#
4
5%if %{release} == %{nil}
6 %define release 1
7%endif
8
9%include %{_configdir}/rtems-bsp.cfg
10
11#
12# t1lib Version
13#
14%define t1lib_version 5.1.2
15
16%hash sha512 t1lib-%{t1lib_version}.tar.gz 9f424b19c6f35cc4f194ff7351a4c2352216462c7d1b1d9650ad3a05cf48c6e90c89ccbcda5ecc47a4169a39a850cf84a1fcbf88b3b15614860c27364b631ae3
17
18#
19# Patch for RTEMS.
20#
21%patch add t1lib https://raw.githubusercontent.com/yangqiao/rtems-tools/graphics/tools/4.11/t1lib/t1lib-5.1.2.diff
22%hash sha512 t1lib-5.1.2.diff 1afd18182350d7d2426a910c61537f8532e149bf37c616f3a4a84ae0767c4549a2be857db6fd1b1994ed86f8a2e2d4cdfb2abdf67053c8ca1ee83893f4b56d23
23
24#
25# t1lib Build configuration
26#
27%include %{_configdir}/t1lib-1.cfg
Note: See TracBrowser for help on using the repository browser.