From 463b8536a8c03550d10078b1030fc7e799866f89 Mon Sep 17 00:00:00 2001 From: Xiangfu Date: Mon, 24 Jun 2013 18:02:55 +0800 Subject: [PATCH] xc3sprog: more work. add cmake --- xc3sprog/Makefile | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/xc3sprog/Makefile b/xc3sprog/Makefile index bbaa2c4..36ffab0 100644 --- a/xc3sprog/Makefile +++ b/xc3sprog/Makefile @@ -12,23 +12,21 @@ PKG_SOURCE_VERSION=$(PKG_REV) PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/cmake.mk define Package/xc3sprog - SECTION:= - CATEGORY:= - TITLE:= - URL:= - DEPENDS:= + SECTION:=utils + CATEGORY:=Utilities + TITLE:=xc3sporg + URL:=http://xc3sprog.sourceforge.net/ + DEPENDS:=+libusb +libftdi 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 -CONFIGURE_ARGS += -TARGET_CFLAGS += - -define Package/MPlayer/install +define Package/xc3sprog/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) \