Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View 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/

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 4ac980a3ae24babae6f70f0a692625ece03a4a92c357fbb10d2e368386c3c26f p910nd-0.97.tar.bz2

View 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))