]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/libvorbis/libvorbis.mk
f1b710c8c842b31f66898b7063817980622207c3
[coffee/buildroot.git] / package / libvorbis / libvorbis.mk
1 ################################################################################
2 #
3 # libvorbis
4 #
5 ################################################################################
6
7 LIBVORBIS_VERSION = 1.3.5
8 LIBVORBIS_SOURCE = libvorbis-$(LIBVORBIS_VERSION).tar.xz
9 LIBVORBIS_SITE = http://downloads.xiph.org/releases/vorbis
10 LIBVORBIS_INSTALL_STAGING = YES
11 LIBVORBIS_CONF_OPTS = --disable-oggtest
12 LIBVORBIS_DEPENDENCIES = host-pkgconf libogg
13 LIBVORBIS_LICENSE = BSD-3c
14 LIBVORBIS_LICENSE_FILES = COPYING
15
16 $(eval $(autotools-package))