diff options
Diffstat (limited to 'libogg/libogg_1.1.oe')
-rw-r--r-- | libogg/libogg_1.1.oe | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libogg/libogg_1.1.oe b/libogg/libogg_1.1.oe index 4a6a9f8622..67693fb212 100644 --- a/libogg/libogg_1.1.oe +++ b/libogg/libogg_1.1.oe @@ -1,6 +1,9 @@ SECTION = "libs" RDEPENDS = "libc6" DEPENDS = "virtual/libc" +DESCRIPTION = "libogg is the bitstream and framing library \ +for the Ogg project. It provides functions which are \ +necessary to codec libraries like libvorbis." SRC_URI = http://www.vorbis.com/files/1.0.1/unix/libogg-${PV}.tar.gz |