source: rtems-source-builder/config/libusb-1.0.9-1.cfg @ 5260449

4.104.114.95
Last change on this file since 5260449 was 5260449, checked in by Chris Johns <chrisj@…>, on 10/31/12 at 01:09:38

Support modules other than bintuls and gcc.

Added support to build autoconf and automake plus other packages
such as libusb and the stlink project. This includes support to
build a specific github version downloaded from github.

  • Property mode set to 100644
File size: 333 bytes
Line 
1#
2# LibUSB 1.0.9
3#
4
5%ifn %{defined release}
6%error No 'release' defined
7%endif
8
9%include %{_configdir}/base.cfg
10
11%define libusb_version 1.0.9
12
13Name: libusb-%{libusb_version}-%{_host}-%{release}
14
15%description
16LibUSB for host %{_host}.
17
18#
19# The Libuxb build instructions. We use 1.xx Release 1.
20#
21%include %{_configdir}/libusb-1-1.cfg
Note: See TracBrowser for help on using the repository browser.