Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 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))