aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/avrdude/avrdude.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/avrdude/avrdude.inc')
-rw-r--r--recipes/avrdude/avrdude.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/avrdude/avrdude.inc b/recipes/avrdude/avrdude.inc
new file mode 100644
index 0000000000..679c4ba992
--- /dev/null
+++ b/recipes/avrdude/avrdude.inc
@@ -0,0 +1,11 @@
+DESCRIPTION = "AVRDUDE is software for programming Atmel AVR Microcontrollers."
+HOMEPAGE = "http://www.nongnu.org/avrdude/"
+SECTION = "console"
+LICENSE = "GPLv2"
+
+DEPENDS = "virtual/libusb0 ncurses"
+
+SRC_URI = "http://savannah.nongnu.org/download/avrdude/avrdude-${PV}.tar.gz"
+
+inherit autotools
+