wineasio: remove long_desc.
This commit is contained in:
parent
025f8c8cee
commit
8f4f78690e
|
@ -4,19 +4,16 @@ only_for_archs=i686
|
|||
wrksrc=${pkgname}
|
||||
|
||||
pkgname=wineasio
|
||||
version="0.9.2"
|
||||
revision=1
|
||||
version=0.9.2
|
||||
revision=2
|
||||
homepage="http://sourceforge.net/projects/wineasio"
|
||||
distfiles="${SOURCEFORGE_SITE}/wineasio/${pkgname}-${version}.tar.gz"
|
||||
checksum=9fbc2d10a4cec307dc0558bed82b887c864424d16da40a80f1d80f907d92af0b
|
||||
makedepends="wine>=1.6 wine-devel>=1.6 jack-devel"
|
||||
depends="jack"
|
||||
short_desc="JACK driver for WINE to provide Windows Apps with ASIO support"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
license="LGPL"
|
||||
long_desc="
|
||||
WineASIO provides an ASIO to JACK driver for WINE. ASIO is the most common
|
||||
Windows low-latency driver, so is commonly used in audio workstation programs."
|
||||
distfiles="${SOURCEFORGE_SITE}/wineasio/${pkgname}-${version}.tar.gz"
|
||||
checksum=9fbc2d10a4cec307dc0558bed82b887c864424d16da40a80f1d80f907d92af0b
|
||||
|
||||
do_build() {
|
||||
local url="http://redthumb.info.tm/asio.h"
|
||||
|
|
Loading…
Reference in New Issue