27 lines
928 B
Text
27 lines
928 B
Text
# Template file for 'laditools'
|
|
pkgname=laditools
|
|
version=1.0.rc2
|
|
revision=2
|
|
wrksrc="ladish-1/${pkgname}"
|
|
homepage="http://www.marcochapeau.org/software/laditools"
|
|
license="GPL-3"
|
|
build_style=python-module
|
|
makepends="python"
|
|
short_desc="Linux Audio Desktop Integration Tools"
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
distfiles="http://ladish.org/download/ladish-1-with-deps.tar.bz2"
|
|
checksum=b31b9ca69c42e4e68b5159993a1f505e137d43737430778444bc5e852adeb461
|
|
long_desc="
|
|
LADITools is a set of tools aiming to achieve the goals of the LADI project to
|
|
improve desktop integration and user workflow of Linux audio system based on
|
|
JACK and LASH. Those tools take advantage of the DBus interfaces recently added
|
|
to JACK and LASH to ease the configuration and use of those two great
|
|
softwares."
|
|
|
|
laditools_package() {
|
|
pycompile_module="laditools"
|
|
depends="ladish jack pygtk pyyaml vte"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|