mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
moreutils: fix depencies for ts
Signed-off-by: Erwan MAS <erwan@mas.nom.fr>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=moreutils
|
PKG_NAME:=moreutils
|
||||||
PKG_VERSION:=0.69
|
PKG_VERSION:=0.69
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://git.kitenet.net/index.cgi/moreutils.git/snapshot
|
PKG_SOURCE_URL:=https://git.kitenet.net/index.cgi/moreutils.git/snapshot
|
||||||
@@ -29,7 +29,7 @@ define Package/moreutils
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=additional Unix utilities
|
TITLE:=additional Unix utilities
|
||||||
URL:=https://joeyh.name/code/moreutils/
|
URL:=https://joeyh.name/code/moreutils/
|
||||||
DEPENDS:=+perl +perlbase-file +perlbase-getopt +perlbase-io +perlbase-ipc +perlbase-posix
|
DEPENDS:=+perl +perlbase-file +perlbase-getopt +perlbase-io +perlbase-ipc +perlbase-posix +perlbase-time
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/moreutils/description
|
define Package/moreutils/description
|
||||||
|
|||||||
Reference in New Issue
Block a user