wok-next view avrdude/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 835b3b8ce6ac
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="avrdude"
4 VERSION="6.3"
5 CATEGORY="electronics"
6 SHORT_DESC="Download/upload/manipulate the ROM and EEPROM contents of AVR \
7 microcontrollers"
8 MAINTAINER="psychomaniak@xakep.ru"
9 LICENSE="GPL"
10 WEB_SITE="http://www.nongnu.org/avrdude/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="libusb-compat-dev libusb-dev libftdi-dev elfutils-dev \
16 readline-dev"
18 compile_rules() {
19 ./configure \
20 --enable-linuxgpio \
21 &&
22 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="elfutils libftdi libusb libusb-compat readline"
30 }