summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-12-18 22:17:01 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-12-18 22:17:01 +0000
commite7fe442a94813680a4441e87ac1c612d80530906 (patch)
tree72802eeb431402d0958872ccd2a04a430bc66519 /media-sound/qjackctl/qjackctl-0.1.3.ebuild
parentVersion bumped. Closes 34490 (diff)
downloadhistorical-e7fe442a94813680a4441e87ac1c612d80530906.tar.gz
historical-e7fe442a94813680a4441e87ac1c612d80530906.tar.bz2
historical-e7fe442a94813680a4441e87ac1c612d80530906.zip
Version bumped. Closes 34490
Diffstat (limited to 'media-sound/qjackctl/qjackctl-0.1.3.ebuild')
-rw-r--r--media-sound/qjackctl/qjackctl-0.1.3.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-sound/qjackctl/qjackctl-0.1.3.ebuild b/media-sound/qjackctl/qjackctl-0.1.3.ebuild
new file mode 100644
index 000000000000..6ca268002249
--- /dev/null
+++ b/media-sound/qjackctl/qjackctl-0.1.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qjackctl/qjackctl-0.1.3.ebuild,v 1.1 2003/12/18 22:16:52 mholzer Exp $
+
+IUSE=""
+
+DESCRIPTION="A Qt application to control the JACK Audio Connection Kit"
+HOMEPAGE="http://qjackctl.sf.net/"
+SRC_URI="mirror://sourceforge/qjackctl/${P}.tar.gz"
+RESTRICT="nomirror"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND="virtual/glibc
+ >=x11-libs/qt-3.1.1
+ jack? ( virtual/jack )"
+
+src_install () {
+ einstall || die "make install failed"
+}