summaryrefslogtreecommitdiff
path: root/package/libvorbis/libvorbis.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/libvorbis/libvorbis.mk')
-rw-r--r--package/libvorbis/libvorbis.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/libvorbis/libvorbis.mk b/package/libvorbis/libvorbis.mk
new file mode 100644
index 000000000..68444144a
--- /dev/null
+++ b/package/libvorbis/libvorbis.mk
@@ -0,0 +1,16 @@
+#############################################################
+#
+# libvorbis
+#
+#############################################################
+
+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-pkg-config libogg
+
+$(eval $(call AUTOTARGETS))