blob: 9d299a6bdc6db9517f21778056ede197bf14c6bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/acme/acme-2.4.2-r1.ebuild,v 1.2 2004/02/10 06:41:09 darkspecter Exp $
inherit gnome2
DESCRIPTION="GNOME tool to make use of the multimedia buttons on laptops and internet keyboards"
HOMEPAGE="http://www.hadess.net/misc-code.php3"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc alpha sparc hppa ~amd64 ia64"
RDEPEND=">=gnome-base/libgnomeui-2
>=gnome-base/libglade-2
>=x11-libs/libwnck-2.2
alsa? ( media-libs/alsa-lib )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.20
dev-util/pkgconfig"
DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS README"
|