blob: 679c4ba992480fae23e33eb01c5973f81183458f (
plain)
1
2
3
4
5
6
7
8
9
10
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
|