Search Criteria
Package Details: tbt 0.9.3-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/tbt.git (read-only, click to copy) |
---|---|
Package Base: | tbt |
Description: | Thunderbolt(TM) user-space components |
Upstream URL: | https://github.com/intel/thunderbolt-software-user-space |
Licenses: | BSD |
Submitter: | freswa |
Maintainer: | freswa |
Last Packager: | freswa |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2017-09-04 12:46 (UTC) |
Last Updated: | 2021-11-27 23:29 (UTC) |
Dependencies (5)
- boost-libs
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- python-setuptools (make)
- txt2tags (txt2tags-gitAUR) (make)
Latest Comments
port19 commented on 2024-08-05 08:55 (UTC)
Does anyone know why this isn't in core?
oniram commented on 2021-11-27 17:12 (UTC)
The link to the source tarball doesn't work anymore. This one works (same checksum and all): https://github.com/intel/thunderbolt-software-user-space/archive/refs/tags/v0.9.3.tar.gz
Alex_Nowhere commented on 2020-08-16 11:37 (UTC) (edited on 2020-08-16 11:53 (UTC) by Alex_Nowhere)
cant build
all dependencies installed. (boost replaces boost171 while install).
cyrinux commented on 2020-08-13 13:26 (UTC)
Hi, Please add "python-setuptools" in makedepends.
egrupled commented on 2020-05-17 10:58 (UTC)
@freswa
cmake
should be called inbuild
section instead ofprepare
. This is what wiki template shows and what virtually every official Arch Linux package does.https://wiki.archlinux.org/index.php/CMake_package_guidelines#Template
oniram commented on 2019-07-24 15:13 (UTC)
I think this PKGBUILD needs an explicit dependence on boost-libs:
depends=('boost-libs')
The tbtadm executable is linked with some boost-libs libraries.