development/avr8-burn-o-mat: Fixed dep info

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-08-24 16:55:55 -05:00
parent cc2a31372d
commit 0757955050
2 changed files with 1 additions and 5 deletions

View file

@ -9,7 +9,3 @@ knowing hundreds of command line options and without the need of a
calculator to calculate the hex codes for the fuses. Thats why I decided
to write a graphical user interface that make it easy to read and write
fuses, EEPROM and program memory.
Dependencies: avrdude (available at SBo), Java SE Runtime Environment
(already in Slackware). These dependencies are required to use the
application and not for creating the package.

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://avr8-burn-o-mat.aaabbb.de/AVR8_Burn-O-Mat_2_1_2_src.tar.bz2"
MD5SUM="2ad3b6a8d3d233579dc03308cab69b92"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="avrdude"
REQUIRES="jdk avrdude"
MAINTAINER="Andrzej Telszewski"
EMAIL="atelszewski@gmail.com"