# This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. include $(TOPDIR)/rules.mk PKG_NAME:=avrdude PKG_VERSION:=5.10 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/avrdude/ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_RELEASE:=1 PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk define Package/avrdude SECTION:=utils CATEGORY:=Utilities TITLE:=AVR Downloader/UploaDEr URL:=http://www.bsdhome.com/avrdude/ DEPENDS:=+libncurses +libusb +libreadline @BROKEN endef define Package/avrdude/description AVRDUDE is software for programming Atmel AVR Microcontrollers. endef define Package/avrdude/conffiles /etc/avrdude.conf endef CONFIGURE_ARGS+= \ --enable-shared \ --disable-static \ --disable-parport ifdef CONFIG_TARGET_xburst_qi_lb60 #apply patches: qi_lb60-patches #the qi_lb60-patches have some new .c file define Build/Configure (cd $(PKG_BUILD_DIR); aclocal; automake) $(call Build/Configure/Default) endef #with out