1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-10-04 17:53:49 +03:00

add xc3sprog

This commit is contained in:
Xiangfu 2013-06-22 21:43:25 +08:00
parent 963a2b755b
commit d729c9c3e8

39
xc3sprog/Makefile Normal file
View File

@ -0,0 +1,39 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=xc3sprog
PKG_REV:=742
PKG_VERSION:=r$(PKG_REV)
PKG_RELEASE:=1
PKG_SOURCE=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://xc3sprog.svn.sourceforge.net/svnroot/xc3sprog/trunk
PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION=$(PKG_REV)
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
define Package/xc3sprog
SECTION:=
CATEGORY:=
TITLE:=
URL:=
DEPENDS:=
endef
define Package/MPlayer/description
endef
CONFIGURE_ARGS +=
TARGET_CFLAGS +=
define Package/MPlayer/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) \
$(PKG_BUILD_DIR)/mplayer \
$(1)/usr/bin/xc3sprog
endef
$(eval $(call BuildPackage,xc3sprog))