mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 03:53:09 +02:00
add xc3sprog
This commit is contained in:
parent
963a2b755b
commit
d729c9c3e8
39
xc3sprog/Makefile
Normal file
39
xc3sprog/Makefile
Normal 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))
|
Loading…
Reference in New Issue
Block a user