diff options
Diffstat (limited to 'media-sound/audtty/audtty-0.1.1.ebuild')
-rw-r--r-- | media-sound/audtty/audtty-0.1.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/media-sound/audtty/audtty-0.1.1.ebuild b/media-sound/audtty/audtty-0.1.1.ebuild new file mode 100644 index 000000000000..9c14250f9401 --- /dev/null +++ b/media-sound/audtty/audtty-0.1.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audtty/audtty-0.1.1.ebuild,v 1.1 2005/12/15 23:04:45 chainsaw Exp $ + +IUSE="" + +DESCRIPTION="Control Audacious from the command line with a friendly ncurses interface" +HOMEPAGE="http://aerdan.gentoo.bz/page/audtty.html" +SRC_URI="http://aerdan.gentoo.bz/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~amd64" + +DEPEND="sys-libs/ncurses + media-sound/audacious" + +src_install() { + dobin audtty + dodoc ChangeLog README +} |