You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/gnome-extra/gnome-audio/gnome-audio-2.22.2.ebuild

28 lines
667 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-audio/gnome-audio-2.22.2.ebuild,v 1.12 2013/02/07 22:22:06 ulm Exp $
EAPI=3
inherit gnome2
DESCRIPTION="Gnome Desktop Sound Effects Package"
HOMEPAGE="http://www.gnome.org/"
SLOT="0"
LICENSE="public-domain CC-BY-SA-2.0 CC-BY-3.0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
RDEPEND=""
src_configure() { :; }
src_compile() { :; }
src_install() {
emake DESTDIR="${ED}" install || die "installation failed"
dodoc ChangeLog README
}