milis/talimatname/genel/avrdude/talimat

21 lines
622 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.

# Description: 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/
# Packager: milisarge
# Depends on : libftdi libusb-compat hidapi
name=avrdude
version=6.3
release=1
source=(http://download.savannah.gnu.org/releases/avrdude/${name}-$version.tar.gz)
build() {
cd ${name}-$version
./bootstrap
./configure --mandir=/usr/share/man \
--prefix=/usr \
--sysconfdir=/etc \
--enable-linuxgpio
make
make DESTDIR="$PKG" install
}