# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit toolchain-funcs DESCRIPTION="Decompress Amiga DMS disk images to ADF" SRC_URI="ftp://us.aminet.net/pub/aminet/misc/unix/${P}.c.Z ftp://us.aminet.net/pub/aminet/misc/unix/${P}.c.Z.readme" HOMEPAGE="ftp://us.aminet.net/pub/aminet/misc/unix/" LICENSE="freedist" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="" S="${WORKDIR}" src_compile() { $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} ${P}.c || die "Compilation failed" } src_install() { dobin undms newdoc "${DISTDIR}"/${P}.c.Z.readme readme }