[proaudio] ebuild: gjacktransport 0.6.1 (fixed) |
[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]
I just found, that appart license forgot to implement configuration with use flags. |
# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit eutils DESCRIPTION="GJackTransport - graphical slider and big clock for JACK transport" HOMEPAGE="http://gjacktransport.sourceforge.net/" LICENSE="GPL-2" #SRC_URI="http://sourceforge.net/projects/$PN/files/$PN/v0.6/$P.tar.gz" SRC_URI="mirror://sourceforge/$PN/$P.tar.gz" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="lash +nls" DEPEND=" x11-libs/gtk+:2 media-sound/jack-audio-connection-kit lash? ( virtual/liblash )" RDEPEND="${DEPEND}" src_configure () { econf \ $(use_enable lash) \ $(use_enable nls) }
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |