| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/app-misc/media-player-info/media-player-info-17.ebuild,v 1.5 2012/08/08 19:45:28 ranger Exp $
|
| 4 |
|
| 5 |
EAPI=5
|
| 6 |
|
| 7 |
DESCRIPTION="A repository of data files describing media player capabilities"
|
| 8 |
HOMEPAGE="http://cgit.freedesktop.org/media-player-info/"
|
| 9 |
SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.gz"
|
| 10 |
|
| 11 |
LICENSE="BSD"
|
| 12 |
SLOT="0"
|
| 13 |
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86"
|
| 14 |
IUSE=""
|
| 15 |
|
| 16 |
RDEPEND="virtual/udev"
|
| 17 |
DEPEND="${RDEPEND}
|
| 18 |
virtual/pkgconfig"
|
| 19 |
|
| 20 |
DOCS="AUTHORS NEWS README"
|
| 21 |
|
| 22 |
# This ebuild does not install any binaries
|
| 23 |
RESTRICT="binchecks strip"
|