summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Ellis <jje@gentoo.org>2003-10-17 09:23:46 +0000
committerJohn J. Ellis <jje@gentoo.org>2003-10-17 09:23:46 +0000
commit6750b490dd440553178427eb3b951cac3deda304 (patch)
treec096d7bb2a21ac7fafc3a72a996a08ae87f2a0cf /media-libs/ladcca/ladcca-0.3.2.ebuild
parentVersion bump. Closes #30925. (diff)
downloadgentoo-2-6750b490dd440553178427eb3b951cac3deda304.tar.gz
gentoo-2-6750b490dd440553178427eb3b951cac3deda304.tar.bz2
gentoo-2-6750b490dd440553178427eb3b951cac3deda304.zip
Version bump. Closes #30925.
Diffstat (limited to 'media-libs/ladcca/ladcca-0.3.2.ebuild')
-rw-r--r--media-libs/ladcca/ladcca-0.3.2.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/media-libs/ladcca/ladcca-0.3.2.ebuild b/media-libs/ladcca/ladcca-0.3.2.ebuild
new file mode 100644
index 000000000000..70f237f58a73
--- /dev/null
+++ b/media-libs/ladcca/ladcca-0.3.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ladcca/ladcca-0.3.2.ebuild,v 1.1 2003/10/17 09:23:42 jje Exp $
+
+DESCRIPTION="Linux Audio Developer's Configuration and Connection API (LADCCA)"
+HOMEPAGE="http://pkl.net/~node/ladcca.html"
+SRC_URI="http://pkl.net/~node/software/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="media-libs/alsa-lib \
+ virtual/jack \
+ >=x11-libs/gtk+-2.0"
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ einstall
+}