Browse Source

libtheora: add SPDX license information

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Ian Leonard 10 years ago
parent
commit
ebafabcb6e
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      libs/libtheora/Makefile

+ 4
- 1
libs/libtheora/Makefile View File

@@ -13,8 +13,11 @@ PKG_RELEASE:=1
13 13
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
14 14
 PKG_SOURCE_URL:=http://downloads.xiph.org/releases/theora/
15 15
 PKG_MD5SUM:=292ab65cedd5021d6b7ddd117e07cd8e
16
-PKG_FIXUP:=autoreconf
17 16
 
17
+PKG_LICENSE:=BSD-3-Clause
18
+PKG_LICENSE_FILES:=COPYING LICENSE
19
+
20
+PKG_FIXUP:=autoreconf
18 21
 PKG_BUILD_DEPENDS:=libvorbis
19 22
 
20 23
 include $(INCLUDE_DIR)/package.mk