aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libogg/libogg.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libogg/libogg.inc')
-rw-r--r--recipes/libogg/libogg.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/libogg/libogg.inc b/recipes/libogg/libogg.inc
new file mode 100644
index 0000000000..f8eed60fef
--- /dev/null
+++ b/recipes/libogg/libogg.inc
@@ -0,0 +1,11 @@
+SECTION = "libs"
+DESCRIPTION = "libogg is the bitstream and framing library \
+for the Ogg project. It provides functions which are \
+necessary to codec libraries like libvorbis."
+LICENSE = "BSD"
+
+INC_PR = "r4"
+
+inherit autotools
+
+SRC_URI = "http://downloads.xiph.org/releases/ogg/libogg-${PV}.tar.gz"