mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
7
package/pwgen/Config.in
Normal file
7
package/pwgen/Config.in
Normal 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/
|
||||
7
package/pwgen/Config.in.host
Normal file
7
package/pwgen/Config.in.host
Normal 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/
|
||||
5
package/pwgen/pwgen.hash
Normal file
5
package/pwgen/pwgen.hash
Normal file
@@ -0,0 +1,5 @@
|
||||
# From http://sourceforge.net/projects/pwgen/files/pwgen/2.08/
|
||||
md5 6cfba450ac6ff72d11e88a6b0b049165 pwgen-2.08.tar.gz
|
||||
sha1 6406deba61297784888c2ec0c14e3c735a85a2b6 pwgen-2.08.tar.gz
|
||||
# Locally computed:
|
||||
sha256 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1 debian/copyright
|
||||
13
package/pwgen/pwgen.mk
Normal file
13
package/pwgen/pwgen.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# pwgen
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PWGEN_VERSION = 2.08
|
||||
PWGEN_SITE = http://downloads.sourceforge.net/project/pwgen/pwgen/$(PWGEN_VERSION)
|
||||
PWGEN_LICENSE = GPL-2.0
|
||||
PWGEN_LICENSE_FILES = debian/copyright
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user