mirror of
http://git.openwrt.org/packages.git
synced 2025-01-08 11:57:34 +08:00
weechat: update to version 0.4.3 and fix dependencies
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/packages@40651 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
72e3d4d352
commit
336fdf12cc
@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=weechat
|
||||
PKG_VERSION:=0.4.0
|
||||
PKG_VERSION:=0.4.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=http://www.weechat.org/files/src
|
||||
PKG_MD5SUM:=b2e10ca1e3a72142fcc8d58c7c774b1b
|
||||
PKG_MD5SUM:=07500f0d1054691d88f21dd12b7c5871
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
@ -27,7 +27,7 @@ define Package/weechat
|
||||
CATEGORY:=Network
|
||||
TITLE:=Lightweight IRC client
|
||||
URL:=http://www.weechat.org/
|
||||
DEPENDS:=+libcurl +libgnutls +libncursesw $(ICONV_DEPENDS)
|
||||
DEPENDS:=+libcurl +libgnutls +libgcrypt +zlib +libncursesw $(ICONV_DEPENDS)
|
||||
endef
|
||||
|
||||
define Package/weechat/description
|
||||
|
Loading…
Reference in New Issue
Block a user