libdmapsharing: remove long_desc.
This commit is contained in:
parent
06e5703ba7
commit
09f08fca9c
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libdmapsharing'
|
||||
pkgname=libdmapsharing
|
||||
version=2.9.23
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-mdns=avahi"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -13,14 +13,9 @@ license="LGPL-2.1"
|
|||
homepage="http://www.flyn.org/projects/libdmapsharing/index.html"
|
||||
distfiles="http://www.flyn.org/projects/libdmapsharing/$pkgname-$version.tar.gz"
|
||||
checksum=b2410f8c3bb5fb4c92da99fcfe16bccc407840ef44914d8179cf74d4d24f9b90
|
||||
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() {
|
||||
depends="libsoup-devel libgee-devel ${sourcepkg}>=${version}"
|
||||
depends="libsoup-devel libgee-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue