1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-28 15:00:38 +02:00

xc3sprog: more work. add cmake

This commit is contained in:
Xiangfu 2013-06-24 18:02:55 +08:00
parent d729c9c3e8
commit 463b8536a8

View File

@ -12,23 +12,21 @@ PKG_SOURCE_VERSION=$(PKG_REV)
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk
define Package/xc3sprog define Package/xc3sprog
SECTION:= SECTION:=utils
CATEGORY:= CATEGORY:=Utilities
TITLE:= TITLE:=xc3sporg
URL:= URL:=http://xc3sprog.sourceforge.net/
DEPENDS:= DEPENDS:=+libusb +libftdi
endef endef
define Package/MPlayer/description define Package/xc3sprog/description
xc3sprog is a suite of utilities for programming Xilinx FPGAs, CPLDs, and EEPROMs with the Xilinx Parallel Cable and other JTAG adapters under Linux.
endef endef
CONFIGURE_ARGS += define Package/xc3sprog/install
TARGET_CFLAGS +=
define Package/MPlayer/install
$(INSTALL_DIR) $(1)/usr/bin $(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) \ $(INSTALL_BIN) \