Andrew Geissler | 3eeda90 | 2023-05-19 10:14:02 -0500 | [diff] [blame] | 1 | DESCRIPTION = "WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode." |
2 | LICENSE = "BSD-3-Clause" | ||||
3 | LIC_FILES_CHKSUM = "file://license.txt;md5=8c1a910e5c2a8b30ec8ffb2ffa63d9b2" | ||||
4 | |||||
5 | SRC_URI = "git://github.com/dbry/WavPack.git;branch=master;protocol=https" | ||||
6 | SRCREV = "9ccc3fe4a37d069137ceabe513a4dd9b0a09c1c2" | ||||
7 | S = "${WORKDIR}/git" | ||||
8 | |||||
9 | inherit autotools lib_package |