blob: 16481474a137fe6050bbb68725b9327771dbd02e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdck/cdck-0.6.0.ebuild,v 1.2 2007/07/27 03:24:40 mr_bones_ Exp $
DESCRIPTION="CD/DVD check tool"
HOMEPAGE="http://swaj.net/unix/index.html#cdck"
SRC_URI="http://swaj.net/unix/cdck/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
src_install() {
emake install DESTDIR="${D}"
dodoc README ChangeLog AUTHORS THANKS TODO
}
|