package/argp-standalone: add license file
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 12 Nov 2020 19:01:17 +0000 (20:01 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 12 Nov 2020 20:52:22 +0000 (21:52 +0100)
Use argp.h as the license file and, while at it, update indentation in
hash file

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/argp-standalone/argp-standalone.hash
package/argp-standalone/argp-standalone.mk

index 5798214406c561520e079a8a870c622b22040951..c780f9e53f4119ed757db5d51f8a7bace3488946 100644 (file)
@@ -1,2 +1,5 @@
 # Locally calculated after checking pgp signature
-sha256 dec79694da1319acd2238ce95df57f3680fea2482096e483323fddf3d818d8be  argp-standalone-1.3.tar.gz
+sha256  dec79694da1319acd2238ce95df57f3680fea2482096e483323fddf3d818d8be  argp-standalone-1.3.tar.gz
+
+# License file
+sha256  bbb8919aa520069b0234faf5e83a94052d278419ffe97ca8e843ecc9b212d1ab  argp.h
index 977b9547b6c63128472d5856f89459f406aa219c..651bc400f43a3106451c80b9733447ee2d752bca 100644 (file)
@@ -8,6 +8,7 @@ ARGP_STANDALONE_VERSION = 1.3
 ARGP_STANDALONE_SITE = http://www.lysator.liu.se/~nisse/archive
 ARGP_STANDALONE_INSTALL_STAGING = YES
 ARGP_STANDALONE_LICENSE = LGPL-2.0+
+ARGP_STANDALONE_LICENSE_FILES = argp.h
 
 ARGP_STANDALONE_CONF_ENV = \
        CFLAGS="$(TARGET_CFLAGS) -fPIC -fgnu89-inline"