milis/talimatname/genel/a/avrdude/talimat

21 lines
614 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: AVRDUDE, sistem içi programlama tekniğini (ISP) kullanarak AVR mikro denetleyicilerinin ROM ve EEPROM içeriğini indirmek / yüklemek / değiştirmek için kullanılan bir yardımcı programdır.
# URL: http://www.nongnu.org/avrdude/
# Paketçi: milisarge
# Gerekler: libftdi libusb-compat hidapi
name=avrdude
version=6.3
release=1
source=(http://download.savannah.gnu.org/releases/avrdude/${name}-$version.tar.gz)
derle() {
cd ${name}-$version
./bootstrap
./configure --mandir=/usr/share/man \
--prefix=/usr \
--sysconfdir=/etc \
--enable-linuxgpio
make
make DESTDIR="$PKG" install
}