18 lines
533 B
Bash
18 lines
533 B
Bash
# Copyright 1999-2007 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-sound/mpck/mpck-0.10.ebuild,v 1.3 2007/01/04 22:59:50 chainsaw Exp $
|
|
|
|
IUSE=""
|
|
|
|
DESCRIPTION="Checks MP3s for errors"
|
|
HOMEPAGE="http://mpck.linuxonly.nl/"
|
|
SRC_URI="http://mpck.linuxonly.nl/${P}.tar.gz"
|
|
|
|
SLOT="0"
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~amd64 x86"
|
|
|
|
src_install () {
|
|
make install DESTDIR="${D}" || die "Install failed!"
|
|
dodoc ABOUT_FIXING AUTHORS ChangeLog HISTORY NEWS README TODO
|
|
}
|