Move all to deprecated folder.
This commit is contained in:
9
deprecated/firmware/buildroot/package/p910nd/Config.in
Normal file
9
deprecated/firmware/buildroot/package/p910nd/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_P910ND
|
||||
bool "p910nd"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
p910nd is a small printer daemon intended for diskless
|
||||
workstations. Using ports 9100-9102, it accepts
|
||||
print jobs and passes them directly to a USB printer.
|
||||
|
||||
http://p910nd.sourceforge.net/
|
||||
2
deprecated/firmware/buildroot/package/p910nd/p910nd.hash
Normal file
2
deprecated/firmware/buildroot/package/p910nd/p910nd.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 4ac980a3ae24babae6f70f0a692625ece03a4a92c357fbb10d2e368386c3c26f p910nd-0.97.tar.bz2
|
||||
21
deprecated/firmware/buildroot/package/p910nd/p910nd.mk
Normal file
21
deprecated/firmware/buildroot/package/p910nd/p910nd.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# p910nd
|
||||
#
|
||||
################################################################################
|
||||
|
||||
P910ND_VERSION = 0.97
|
||||
P910ND_SITE = http://downloads.sourceforge.net/project/p910nd/p910nd/$(P910ND_VERSION)
|
||||
P910ND_SOURCE = p910nd-$(P910ND_VERSION).tar.bz2
|
||||
P910ND_LICENSE = GPLv2
|
||||
P910ND_LICENSE_FILES = COPYING
|
||||
|
||||
define P910ND_BUILD_CMDS
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
||||
endef
|
||||
|
||||
define P910ND_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/p910nd $(TARGET_DIR)/usr/sbin/p910nd
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user