diff options
author | Ian Leonard <antonlacon@gmail.com> | 2014-11-25 23:29:26 -0800 |
---|---|---|
committer | Ian Leonard <antonlacon@gmail.com> | 2014-11-25 23:29:26 -0800 |
commit | ebafabcb6eeb833557d856f5b3152e26a3ff6215 (patch) | |
tree | 35fb6100e67f2a64999a980e1baa85bfbee4eadb /libs/libtheora | |
parent | 77a1e5cc46d8117b1e18b046a88f0280792a68f5 (diff) |
libtheora: add SPDX license information
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Diffstat (limited to 'libs/libtheora')
-rw-r--r-- | libs/libtheora/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/libtheora/Makefile b/libs/libtheora/Makefile index ae258868d..d5db86c70 100644 --- a/libs/libtheora/Makefile +++ b/libs/libtheora/Makefile @@ -13,8 +13,11 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://downloads.xiph.org/releases/theora/ PKG_MD5SUM:=292ab65cedd5021d6b7ddd117e07cd8e -PKG_FIXUP:=autoreconf +PKG_LICENSE:=BSD-3-Clause +PKG_LICENSE_FILES:=COPYING LICENSE + +PKG_FIXUP:=autoreconf PKG_BUILD_DEPENDS:=libvorbis include $(INCLUDE_DIR)/package.mk |