0ed16f4eab3241458d0de383d7c7da8d53d6c906
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-multimedia / shairplay / shairplay_git.bb
1 DESCRIPTION = "Free portable AirPlay server implementation"
2
3 LICENSE = "GPLv2"
4 LIC_FILES_CHKSUM = "file://LICENSE;md5=7fff59c88f17faa814f26f26b06a7100"
5
6 PR = "r0"
7 inherit autotools pkgconfig
8
9 SRC_URI = "git://github.com/juhovh/shairplay.git;protocol=https"
10 SRCREV="64d59e3087f829006d091fa0d114efb50972a2bf"
11 S = "${WORKDIR}/git"
12
13
14 FILES_${PN} += "${libdir}/*.so"
15