mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
@@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=youtube-dl
|
PKG_NAME:=youtube-dl
|
||||||
PKG_VERSION:=2016.04.06
|
PKG_VERSION:=2016.04.19
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://youtube-dl.org/downloads/$(PKG_VERSION)/
|
PKG_SOURCE_URL:=http://youtube-dl.org/downloads/$(PKG_VERSION)/
|
||||||
PKG_MD5SUM:=6457b915a6df78deb6e730cc425f9695
|
PKG_MD5SUM:=7e5c7abc22a58ed55412fe7b263ae644
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
|
||||||
PKG_LICENSE:=Unlicense
|
PKG_LICENSE:=Unlicense
|
||||||
@@ -27,7 +27,7 @@ define Package/youtube-dl
|
|||||||
SECTION:=multimedia
|
SECTION:=multimedia
|
||||||
CATEGORY:=Multimedia
|
CATEGORY:=Multimedia
|
||||||
TITLE:=utility to download videos from YouTube.com
|
TITLE:=utility to download videos from YouTube.com
|
||||||
DEPENDS:=+python-openssl
|
DEPENDS:=+python-openssl +python-email +python-xml +python-codecs +python-ctypes
|
||||||
URL:=https://youtube-dl.org
|
URL:=https://youtube-dl.org
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user