| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3unicode/mp3unicode-1.2.ebuild,v 1.2 2007/12/06 15:37:48 drac Exp $
|
| 4 |
|
| 5 |
DESCRIPTION="MP3Unicode is a command line utility to convert ID3 tags in mp3 files between different encodings"
|
| 6 |
HOMEPAGE="http://mp3unicode.sourceforge.net"
|
| 7 |
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
|
| 8 |
|
| 9 |
LICENSE="GPL-2"
|
| 10 |
SLOT="0"
|
| 11 |
KEYWORDS="~amd64 ~x86"
|
| 12 |
IUSE=""
|
| 13 |
|
| 14 |
RDEPEND=">=media-libs/taglib-1.4"
|
| 15 |
DEPEND="${RDEPEND}
|
| 16 |
virtual/pkgconfig"
|
| 17 |
|
| 18 |
src_install() {
|
| 19 |
emake DESTDIR="${D}" install || die "emake install failed."
|
| 20 |
rm -rf "${D}"/usr/share/doc/${PN}
|
| 21 |
dodoc AUTHORS ChangeLog README
|
| 22 |
}
|