Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : openocd | |||||
| version : 0.10.0 | |||||
JoshStrobl: Should be openocd | |||||
| release : 1 | |||||
| source : | |||||
| - https://versaweb.dl.sourceforge.net/project/openocd/openocd/0.10.0/openocd-0.10.0.tar.bz2 : 7312e7d680752ac088b8b8f2b5ba3ff0d30e0a78139531847be4b75c101316ae | |||||
| license : GPL-2.0 | |||||
| component : programming.tools | |||||
| summary : Open On-Chip Debugger | |||||
| description: | | |||||
| Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing | |||||
| builddeps : | |||||
| - pkgconfig(libftdi1) | |||||
| - pkgconfig(libusb-1.0) | |||||
| setup : | | |||||
| %configure | |||||
| build : | | |||||
Not Done Inline Actionsthe %configure macro already adds the prefix kyrios123: the `%configure` macro already adds the prefix | |||||
| %make | |||||
| install : | | |||||
| %make_install | |||||
| install -D -m00644 contrib/60-openocd.rules -t $installdir/%libdir%/udev/rules.d/ | |||||
Not Done Inline Actionsudev rules should go under /usr/lib64. You can use a single install statement kyrios123: udev rules should go under /usr/lib64. You can use a single install statement
`install -D… | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Should be openocd