Move all to deprecated folder.
This commit is contained in:
8
deprecated/firmware/buildroot/package/ngircd/Config.in
Normal file
8
deprecated/firmware/buildroot/package/ngircd/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_NGIRCD
|
||||
bool "ngircd"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
Next Generation IRC server deamon.
|
||||
|
||||
http://ngircd.barton.de
|
||||
2
deprecated/firmware/buildroot/package/ngircd/ngircd.hash
Normal file
2
deprecated/firmware/buildroot/package/ngircd/ngircd.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 93f953b2785ff0e6e29b8b3794ba5a64754b86251ce71bf39fc27f4f5074eada ngircd-20.3.tar.xz
|
||||
14
deprecated/firmware/buildroot/package/ngircd/ngircd.mk
Normal file
14
deprecated/firmware/buildroot/package/ngircd/ngircd.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# ngircd
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NGIRCD_VERSION = 20.3
|
||||
NGIRCD_SOURCE = ngircd-$(NGIRCD_VERSION).tar.xz
|
||||
NGIRCD_SITE = http://arthur.barton.de/pub/ngircd
|
||||
NGIRCD_DEPENDENCIES = zlib
|
||||
NGIRCD_LICENSE = GPLv2+
|
||||
NGIRCD_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user