milis/talimatname/genel/a/avrdude/talimat

22 lines
626 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
# Grup: geliştirme
isim=avrdude
surum=6.3
devir=1
kaynak=(http://download.savannah.gnu.org/releases/avrdude/${isim}-$surum.tar.gz)
derle() {
cd ${isim}-$surum
./bootstrap
./configure --mandir=/usr/share/man \
--prefix=/usr \
--sysconfdir=/etc \
--enable-linuxgpio
make
make DESTDIR="$PKG" install
}