Root/xc3sprog/Makefile

Source at commit d729c9c3e875d193c9bcca970a737be49c0ed076 created 10 years 9 months ago.
By Xiangfu, add xc3sprog
1include $(TOPDIR)/rules.mk
2
3PKG_NAME:=xc3sprog
4PKG_REV:=742
5PKG_VERSION:=r$(PKG_REV)
6PKG_RELEASE:=1
7
8PKG_SOURCE=$(PKG_NAME)-$(PKG_VERSION).tar.gz
9PKG_SOURCE_URL:=https://xc3sprog.svn.sourceforge.net/svnroot/xc3sprog/trunk
10PKG_SOURCE_PROTO:=svn
11PKG_SOURCE_VERSION=$(PKG_REV)
12PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
13
14include $(INCLUDE_DIR)/package.mk
15
16define Package/xc3sprog
17  SECTION:=
18  CATEGORY:=
19  TITLE:=
20  URL:=
21  DEPENDS:=
22endef
23
24define Package/MPlayer/description
25  
26endef
27
28CONFIGURE_ARGS +=
29TARGET_CFLAGS +=
30
31define Package/MPlayer/install
32    $(INSTALL_DIR) $(1)/usr/bin
33
34    $(INSTALL_BIN) \
35        $(PKG_BUILD_DIR)/mplayer \
36        $(1)/usr/bin/xc3sprog
37endef
38
39$(eval $(call BuildPackage,xc3sprog))
40

Archive Download this file



interactive