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,7 @@
config BR2_PACKAGE_PWGEN
bool "pwgen"
help
Pwgen is a small, GPL'ed password generator which creates passwords
which can be easily memorized by a human.
http://sourceforge.net/projects/pwgen/

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_HOST_PWGEN
bool "host pwgen"
help
Pwgen is a small, GPL'ed password generator which creates passwords
which can be easily memorized by a human.
http://sourceforge.net/projects/pwgen/

View File

@@ -0,0 +1,3 @@
# From http://sourceforge.net/projects/pwgen/files/pwgen/2.07/
md5 910b1008cdd86445e9e01305d21ee4c5 pwgen-2.07.tar.gz
sha1 51180f9cd5530d79eea18b2443780dec4ec5ea43 pwgen-2.07.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# pwgen
#
################################################################################
PWGEN_VERSION = 2.07
PWGEN_SITE = http://downloads.sourceforge.net/project/pwgen/pwgen/$(PWGEN_VERSION)
PWGEN_LICENSE = GPLv2
PWGEN_LICENSE_FILES = debian/copyright
$(eval $(autotools-package))
$(eval $(host-autotools-package))