mirror of
https://github.com/chocolate-doom/chocpkg.git
synced 2024-12-02 17:12:52 +00:00
24650af7d9
Since we're downloading arbitrary executable code from websites and running it, we should at least have some confidence it's the right thing we're running.
6 lines
279 B
Bash
6 lines
279 B
Bash
description "Library for decoding Ogg Vorbis codec files"
|
|
dependencies libogg
|
|
check_pkgconfig vorbis
|
|
fetch_download http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.5.tar.gz \
|
|
6efbcecdd3e5dfbf090341b485da9d176eb250d893e3eb378c428a2db38301ce
|
|
build_autotools
|