diff options
author | W. Michael Petullo <mike@flyn.org> | 2014-07-31 10:49:54 -0400 |
---|---|---|
committer | W. Michael Petullo <mike@flyn.org> | 2014-07-31 10:49:54 -0400 |
commit | 57ff96d3030764e02f94f28bd13d3c11c3ee17fa (patch) | |
tree | 7ecf33c7c752395c4e946ad3ea1174f92dbcd8ed /multimedia/gst1-plugins-good | |
parent | 14145d01887b1f91109fc8a772e04d22fa20437f (diff) |
gst1-plugins-good: add package license file to Makefile
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'multimedia/gst1-plugins-good')
-rw-r--r-- | multimedia/gst1-plugins-good/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/gst1-plugins-good/Makefile b/multimedia/gst1-plugins-good/Makefile index 3e27a0e1d..f9b78e889 100644 --- a/multimedia/gst1-plugins-good/Makefile +++ b/multimedia/gst1-plugins-good/Makefile @@ -11,6 +11,7 @@ PKG_VERSION:=1.0.7 PKG_RELEASE:=1 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> PKG_LICENSE:=LGPLv2 +PKG_LICENSE_FILE:=COPYING PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-good-$(PKG_VERSION) PKG_SOURCE:=gst-plugins-good-$(PKG_VERSION).tar.xz |