# SliTaz package receipt. PACKAGE="avrdude" VERSION="6.3" CATEGORY="electronics" SHORT_DESC="Download/upload/manipulate the ROM and EEPROM contents of AVR microcontrollers" MAINTAINER="psychomaniak@xakep.ru" LICENSE="GPL" WEB_SITE="http://www.nongnu.org/avrdude/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL" DEPENDS="libftdi libusb-compat libusb readline elfutils" BUILD_DEPENDS="$DEPENDS libusb-compat-dev libusb-dev libftdi-dev elfutils-dev" # Rules to configure and make the package. compile_rules() { # autoreconf . # ./bootstrap ./configure \ --mandir=/usr/share/man \ --prefix=/usr \ --sysconfdir=/etc # \ #--enable-linuxgpio make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/* $fs }