summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-multimedia/shairplay/shairplay_git.bb
blob: 0ed16f4eab3241458d0de383d7c7da8d53d6c906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Free portable AirPlay server implementation"

LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7fff59c88f17faa814f26f26b06a7100"

PR = "r0"
inherit autotools pkgconfig

SRC_URI = "git://github.com/juhovh/shairplay.git;protocol=https"
SRCREV="64d59e3087f829006d091fa0d114efb50972a2bf"
S = "${WORKDIR}/git"


FILES_${PN} += "${libdir}/*.so"