Change Details
xc3sprog/Makefile |
12 | 12 | PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) |
13 | 13 | |
14 | 14 | include $(INCLUDE_DIR)/package.mk |
| 15 | include $(INCLUDE_DIR)/cmake.mk |
15 | 16 | |
16 | 17 | define Package/xc3sprog |
17 | | SECTION:= |
18 | | CATEGORY:= |
19 | | TITLE:= |
20 | | URL:= |
21 | | DEPENDS:= |
| 18 | SECTION:=utils |
| 19 | CATEGORY:=Utilities |
| 20 | TITLE:=xc3sporg |
| 21 | URL:=http://xc3sprog.sourceforge.net/ |
| 22 | DEPENDS:=+libusb +libftdi |
22 | 23 | endef |
23 | 24 | |
24 | | define Package/MPlayer/description |
25 | | |
| 25 | define Package/xc3sprog/description |
| 26 | xc3sprog is a suite of utilities for programming Xilinx FPGAs, CPLDs, and EEPROMs with the Xilinx Parallel Cable and other JTAG adapters under Linux. |
26 | 27 | endef |
27 | 28 | |
28 | | CONFIGURE_ARGS += |
29 | | TARGET_CFLAGS += |
30 | | |
31 | | define Package/MPlayer/install |
| 29 | define Package/xc3sprog/install |
32 | 30 | $(INSTALL_DIR) $(1)/usr/bin |
33 | 31 | |
34 | 32 | $(INSTALL_BIN) \ |
Download the corresponding diff file