diff options
author | John J. Ellis <jje@gentoo.org> | 2003-10-17 09:23:46 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-10-17 09:23:46 +0000 |
commit | 2652e7d530eabc39e6d5b8378a0cf196abe37305 (patch) | |
tree | 7073b8ee0ba4deb3839b565df8b0e9d9a5a74ccc /media-libs/ladcca/ladcca-0.3.2.ebuild | |
parent | Version bump. Closes #30925. (diff) | |
download | historical-2652e7d530eabc39e6d5b8378a0cf196abe37305.tar.gz historical-2652e7d530eabc39e6d5b8378a0cf196abe37305.tar.bz2 historical-2652e7d530eabc39e6d5b8378a0cf196abe37305.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.ebuild | 26 |
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 +} |