789783addb
git-svn-id: http://svn.sabayonlinux.org/overlay@4 d7aec97c-591d-0410-af39-a8856400b30a
24 lines
673 B
Bash
24 lines
673 B
Bash
# Copyright 1999-2006 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/mmpython/mmpython-0.4.9.ebuild,v 1.2 2006/04/01 15:09:52 agriffis Exp $
|
|
|
|
inherit eutils distutils
|
|
|
|
DESCRIPTION="Media metadata retrieval framework for Python."
|
|
HOMEPAGE="http://sourceforge.net/projects/mmpython/"
|
|
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
|
|
IUSE="dvd"
|
|
|
|
DEPEND="${DEPEND}
|
|
dvd? ( >=media-libs/libdvdread-0.9.3 >=media-video/lsdvd-0.10 )"
|
|
|
|
src_unpack() {
|
|
unpack ${A}
|
|
cd ${S}
|
|
epatch ${FILESDIR}/${P}-missing_stdint_headers.patch
|
|
}
|