initial buildroot for linux 5.15
This commit is contained in:
@@ -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/
|
||||
@@ -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/
|
||||
@@ -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
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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
|
||||
PWGEN_CPE_ID_VENDOR = pwgen_project
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user