| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/app-misc/scrub/scrub-2.4.1.ebuild,v 1.3 2012/02/24 15:22:29 phajdan.jr Exp $
|
| 4 |
|
| 5 |
EAPI="3"
|
| 6 |
|
| 7 |
DESCRIPTION="write patterns on disk/file"
|
| 8 |
HOMEPAGE="http://code.google.com/p/diskscrub/"
|
| 9 |
SRC_URI="http://diskscrub.googlecode.com/files/${P}.tar.gz"
|
| 10 |
|
| 11 |
LICENSE="GPL-2"
|
| 12 |
SLOT="0"
|
| 13 |
KEYWORDS="amd64 ~sparc x86"
|
| 14 |
IUSE=""
|
| 15 |
|
| 16 |
DEPEND=""
|
| 17 |
RDEPEND=""
|
| 18 |
|
| 19 |
src_install() {
|
| 20 |
emake DESTDIR="${D}" install || die "emake install failed"
|
| 21 |
dodoc AUTHORS ChangeLog NEWS README
|
| 22 |
}
|