diff options
author | Daniel Golle <daniel@makrotopia.org> | 2014-08-10 13:52:59 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2014-08-10 13:52:59 +0200 |
commit | 60e2f882b8fb16b536732fe46a8a08eed26b5cf8 (patch) | |
tree | d5807d987ae6041b31f0768e9082ec3ebac92666 | |
parent | 9584a1fd4258a069ee8a4453537fd645c430e9cf (diff) |
libp11: add PKG_LICENSE information
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | libs/libp11/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/libp11/Makefile b/libs/libp11/Makefile index 2fc1eb2a0..4258604e5 100644 --- a/libs/libp11/Makefile +++ b/libs/libp11/Makefile @@ -11,6 +11,8 @@ PKG_NAME:=libp11 PKG_VERSION:=20131021 PKG_RELEASE:=1 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> +PKG_LICENSE:=LGPL-2.1+ +PKG_LICENSE_FILES:=COPYING PKG_RELEASE=$(PKG_SOURCE_VERSION) |