void-packages/srcpkgs/libdmapsharing/template

38 lines
1.2 KiB
Plaintext
Raw Normal View History

2011-10-15 09:01:21 +00:00
# Template file for 'libdmapsharing'
pkgname=libdmapsharing
2013-09-17 09:00:41 +00:00
version=2.9.17
revision=1
build_style=gnu-configure
2011-10-15 09:01:21 +00:00
configure_args="--with-mdns=avahi"
hostmakedepends="pkg-config"
makedepends="gtk+-devel avahi-glib-libs-devel libsoup-devel
2013-09-17 09:00:41 +00:00
gst-plugins-base1-devel libgee08-devel"
2011-10-15 09:01:21 +00:00
short_desc="A library that implements the DMAP family of protocols"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://www.flyn.org/projects/libdmapsharing/index.html"
distfiles="http://www.flyn.org/projects/libdmapsharing/$pkgname-$version.tar.gz"
2013-09-17 09:00:41 +00:00
checksum=d00fce10ae6b11a992a67341ad174b2ff56bad3da24b8b5b6486f6718a49eb78
2011-10-15 09:01:21 +00:00
long_desc="
Libdmapsharing is a library you may use to access, share and control the
playback of media content using DMAP (DAAP, DPAP and DACP). Libdmapsharing also
detects audio AirPlay services; coupled with the AirPlay support in PulseAudio
or GStreamer, this can allow an application to stream audio to an AirPlay."
libdmapsharing-devel_package() {
2013-09-17 09:00:41 +00:00
depends="libsoup-devel libgee-devel ${sourcepkg}>=${version}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/gtk-doc
2013-09-17 09:00:41 +00:00
vmove "usr/lib/*.so"
}
}
2011-10-15 09:01:21 +00:00
libdmapsharing_package() {
pkg_install() {
vmove usr
}
}