darkice: remove long_desc.

This commit is contained in:
Juan RP 2014-02-18 16:26:40 +01:00
parent 3436fe05a7
commit f63c5ca8cc
1 changed files with 11 additions and 5 deletions

View File

@ -1,9 +1,18 @@
# Template file for 'darkice'
pkgname=darkice
version=1.1
revision=1
revision=2
build_style=gnu-configure
makedepends="pkg-config lame-devel libogg-devel libvorbis-devel faac-devel
configure_args="
--with-lame-prefix=${XBPS_CROSS_BASE}/usr
--with-vorbis-prefix=${XBPS_CROSS_BASE}/usr
--with-faac-prefix=${XBPS_CROSS_BASE}/usr
--with-alsa-prefix=${XBPS_CROSS_BASE}/usr
--with-pulseaudio-prefix=${XBPS_CROSS_BASE}/usr
--with-jack-prefix=${XBPS_CROSS_BASE}/usr
--with-samplerate-prefix=${XBPS_CROSS_BASE}/usr"
hostmakedepends="pkg-config"
makedepends="lame-devel libogg-devel libvorbis-devel faac-devel
alsa-lib-devel pulseaudio-devel jack-devel libsamplerate-devel"
conf_files="/etc/darkice.cfg"
short_desc="A live audio streamer source client for icecast"
@ -12,6 +21,3 @@ license="GPL-3"
homepage="http://code.google.com/p/${pkgname}/"
distfiles="http://${pkgname}.googlecode.com/files/${pkgname}-${version}.tar.gz"
checksum=170342cb4dbb0b44a62e37d0db1515fa7799c410fc4995bf8f32aaa6614f5f79
long_desc="
DarkIce is a live audio streamer. It records audio from an audio interface
(e.g. sound card), encodes it and sends it to a streaming server."