Search Criteria
Package Details: soapyremote-git 0.2.0.r0.g71f7183-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/soapyremote-git.git (read-only, click to copy) |
|---|---|
| Package Base: | soapyremote-git |
| Description: | Use any Soapy SDR remotely |
| Upstream URL: | https://github.com/pothosware/SoapyRemote |
| Licenses: | custom:Boost Software License Version 1.0 |
| Provides: | soapyremote |
| Submitter: | viraptor |
| Maintainer: | viraptor |
| Last Packager: | viraptor |
| Votes: | 8 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-02-27 03:32 (UTC) |
| Last Updated: | 2016-02-27 04:07 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- soapysdr-gitAUR (make)
Required by (4)
- cubicsdr (requires soapyremote) (optional)
- openwebrx-plus (requires soapyremote) (optional)
- openwebrx-plus-git (requires soapyremote) (optional)
- soapysdr-git (requires soapyremote) (optional)
Latest Comments
kerel commented on 2020-10-31 18:36 (UTC)
Patch fixing the installation based on dlaw's comment:
dlaw commented on 2019-10-27 01:05 (UTC)
Installation fails because ${pkgdir}/lib exists. (In the filesystem, /lib is a symbolic link to /usr/lib and packages must install libraries directly to /usr/lib.) The solution is to move ${pkgdir}/lib to ${pkgdir}/usr/lib just after the call to "make install".