diff options
Diffstat (limited to 'kde-base/arts/arts-1.0.0.ebuild')
-rw-r--r-- | kde-base/arts/arts-1.0.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/kde-base/arts/arts-1.0.0.ebuild b/kde-base/arts/arts-1.0.0.ebuild new file mode 100644 index 000000000000..07cf4657e1c1 --- /dev/null +++ b/kde-base/arts/arts-1.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-1.0.0.ebuild,v 1.1 2002/04/03 18:25:50 danarmak Exp $ +. /usr/portage/eclass/inherit.eclass || die +inherit kde-base kde.org + +DESCRIPTION="kde: aRts" +set-kdedir 3 +need-qt 3.0.3 + +use alsa && myconf="$myconf --enable-alsa" || myconf="$myconf --disable-alsa" + +src_unpack() { + + kde_src_unpack + + kde_sandbox_patch ${S}/soundserver + +} |