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/media-sound/mpck/mpck-0.10.ebuild

19 lines
533 B

# 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
}