mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
ngircd: Update to 25
Remove upstreamed patch. Switch to .xz archives for smaller size. Add PKG_BUILD_PARALLEL to speed up compilation. Remove maintainer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
+11
-12
@@ -8,22 +8,21 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ngircd
|
||||
PKG_VERSION:=24
|
||||
PKG_RELEASE:=2
|
||||
PKG_MAINTAINER:=Claudio Leite <leitec@staticky.com>
|
||||
PKG_VERSION:=25
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://ngircd.barton.de/pub/ngircd
|
||||
PKG_HASH:=c4997cae3e3dd6ff6a605ca274268f2b8c9ba0b1a96792c7402e5594222eee4e
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
PKG_MAINTAINER:=
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:= \
|
||||
http://ngircd.barton.de/pub/ngircd/ \
|
||||
ftp://ftp.berlios.de/pub/ngircd/
|
||||
PKG_HASH:=3e00a7da52c81fc1e02bb996a27bf43da905ba7037bf8c6bb3bd13321e0c85ab
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_INSTALL:=1
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/ngircd/Default
|
||||
@@ -32,7 +31,7 @@ define Package/ngircd/Default
|
||||
SUBMENU:=Instant Messaging
|
||||
DEPENDS:=+zlib
|
||||
TITLE:=Next Generation IRC Server
|
||||
URL:=http://ngircd.barton.de
|
||||
URL:=https://ngircd.barton.de
|
||||
endef
|
||||
|
||||
define Package/ngircd/Default/description
|
||||
|
||||
Reference in New Issue
Block a user