diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,3 @@ +libc.so.6 +libftdi1.so.2 +libusb-1.0.so.0 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,20 @@ +name : openocd +version : 0.10.0 +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 : | + %make +install : | + %make_install + install -D -m00644 contrib/60-openocd.rules -t $installdir/%libdir%/udev/rules.d/ diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,38 @@ + + + openocd + + Marc-André Renaud + ma.renaud@slashvoid.com + + GPL-2.0 + programming.tools + Open On-Chip Debugger + Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing + + https://solus-project.com/sources/README.Solus + + + openocd + Open On-Chip Debugger + Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing + + programming.tools + + /usr/bin + /usr/lib64/udev/rules.d/60-openocd.rules + /usr/share/info + /usr/share/man + /usr/share/openocd + + + + + 2018-01-06 + 0.10.0 + Packaging update + Marc-André Renaud + ma.renaud@slashvoid.com + + + \ No newline at end of file