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,2 @@ +libc.so.6 +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,19 @@ +name : dfu-programmer +version : 0.7.2 +release : 1 +source : + - https://netcologne.dl.sourceforge.net/project/dfu-programmer/dfu-programmer/0.7.2/dfu-programmer-0.7.2.tar.gz : 1db4d36b1aedab2adc976e8faa5495df3cf82dc4bf883633dc6ba71f7c4af995 +license : GPL-2.0-or-later +component : programming.tools +summary : Device Firmware Update based USB programmer for Atmel chips with a USB bootloader. +description: | + dfu-programmer is an implementation of the Device Firmware Upgrade class USB driver that enables firmware upgrades for various USB enabled (with the correct bootloader) Atmel chips. +builddeps : + - libusb-devel +setup : | + ./bootstrap.sh + %configure +build : | + %make +install : | + %make_install 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,35 @@ + + + dfu-programmer + + Mislav Čakarić + mcakaric@gmail.com + + GPL-2.0-or-later + system.devel + Device Firmware Update based USB programmer for Atmel chips with a USB bootloader. + dfu-programmer is an implementation of the Device Firmware Upgrade class USB driver that enables firmware upgrades for various USB enabled (with the correct bootloader) Atmel chips. + + https://getsol.us/sources/README.Solus + + + dfu-programmer + Device Firmware Update based USB programmer for Atmel chips with a USB bootloader. + dfu-programmer is an implementation of the Device Firmware Upgrade class USB driver that enables firmware upgrades for various USB enabled (with the correct bootloader) Atmel chips. + + system.devel + + /usr/bin/dfu-programmer + /usr/share/man/man1/dfu-programmer.1 + + + + + 2019-04-02 + 0.7.2 + Packaging update + Mislav Čakarić + mcakaric@gmail.com + + + \ No newline at end of file