summaryrefslogtreecommitdiffstats
path: root/package/libvorbis
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-01-21 11:29:49 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-21 23:52:21 +0100
commit5a016d2148816961b27bbe05bd869024fccf02f7 (patch)
treea8768da0ce203ae35d73d4c60584291be064284f /package/libvorbis
parentee4c73b75e0bc869e7fc3a89a4cb7bb00fdb1c45 (diff)
downloadbuildroot-novena-5a016d2148816961b27bbe05bd869024fccf02f7.tar.gz
buildroot-novena-5a016d2148816961b27bbe05bd869024fccf02f7.zip
libvorbis: add license information
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libvorbis')
-rw-r--r--package/libvorbis/libvorbis.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libvorbis/libvorbis.mk b/package/libvorbis/libvorbis.mk
index c8ff213a1..ace8147c9 100644
--- a/package/libvorbis/libvorbis.mk
+++ b/package/libvorbis/libvorbis.mk
@@ -8,9 +8,9 @@ LIBVORBIS_VERSION = 1.3.3
LIBVORBIS_SOURCE = libvorbis-$(LIBVORBIS_VERSION).tar.gz
LIBVORBIS_SITE = http://downloads.xiph.org/releases/vorbis/$(LIBVORBIS-SOURCE)
LIBVORBIS_INSTALL_STAGING = YES
-
LIBVORBIS_CONF_OPT = --disable-oggtest
-
LIBVORBIS_DEPENDENCIES = host-pkgconf libogg
+LIBVORBIS_LICENSE = BSD-3c
+LIBVORBIS_LICENSE_FILES = COPYING
$(eval $(autotools-package))