The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / 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))