Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : libftdi1 | name : libftdi1 | ||||
| version : 1.4 | version : '1.5' | ||||
| release : 4 | release : 5 | ||||
| source : | source : | ||||
| - https://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.4.tar.bz2 : ec36fb49080f834690c24008328a5ef42d3cf584ef4060f3a35aa4681cb31b74 | - https://www.intra2net.com/en/developer/libftdi/download/libftdi1-1.5.tar.bz2 : 7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff194482eb049 | ||||
| license : LGPL-2.1-or-later | license : LGPL-2.1-or-later | ||||
| component : programming.library | component : programming.library | ||||
| summary : An open source library to talk to FTDI chips | summary : An open source library to talk to FTDI chips | ||||
| description: | | description: | | ||||
| libFTDI is an open source library to talk to FTDI chips FT232BM, FT245BM, FT2232C, FT2232D, FT245R, FT232H and FT230X including the popular bitbang mode. | libFTDI is an open source library to talk to FTDI chips FT232BM, FT245BM, FT2232C, FT2232D, FT245R, FT232H and FT230X including the popular bitbang mode. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(libusb-1.0) | - pkgconfig(libusb-1.0) | ||||
| - pkgconfig(libconfuse) | - pkgconfig(libconfuse) | ||||
| - libboost-devel # For tests and C++ bindings. | |||||
| setup : | | setup : | | ||||
| %cmake -DSTATICLIBS=OFF -DEXAMPLES=OFF -DFTDI_EEPROM=ON | %cmake -DBUILD_TESTS=ON \ | ||||
| -DEXAMPLES=OFF \ | |||||
| -DFTDI_EEPROM=ON \ | |||||
| -DFTDIPP=ON \ | |||||
| -DSTATICLIBS=OFF | |||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install | %make_install | ||||
| rm -rf $installdir/usr/share/doc | |||||
| # Using rmdir to make sure we don't rm something useful in share/. | |||||
| rmdir $installdir/usr/share | |||||
| check : | | |||||
| %make check | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.