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:
parent
d729c9c3e8
commit
463b8536a8
@ -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) \
|
||||||
|
Loading…
Reference in New Issue
Block a user