# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License # 2005/3/01 16:37:22 vapier Exp $ RESTRICT="nomirror" DESCRIPTION="Device Image Tool for Cloning discs and partitions" HOMEPAGE="http://device-image.de" SRC_URI="http://device-image.de/download/${PN}_src-${PV}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="${RDEPEND} >=sys-libs/glibc >=sys-apps/sed-4" src_install() { make DESTDIR="${D}" install || die "Install failed" dodoc AUTHORS CREDITS ChangeLog NEWS README TODO.* }