Parent Directory
|
Revision Log
Let unpack default to gunzip to unpack, do not DEPEND on ncompress. Do not cp or mkdir. Respect LDFLAGS (bug #337858), CC. (Portage version: 2.2_rc84/cvs/Linux i686)
| 1 | # Copyright 1999-2010 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/app-arch/undms/undms-1.3.ebuild,v 1.7 2010/01/01 19:42:04 fauli Exp $ |
| 4 | |
| 5 | inherit toolchain-funcs |
| 6 | |
| 7 | DESCRIPTION="Decompress Amiga DMS disk images to ADF" |
| 8 | 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" |
| 9 | HOMEPAGE="ftp://us.aminet.net/pub/aminet/misc/unix/" |
| 10 | LICENSE="freedist" |
| 11 | SLOT="0" |
| 12 | KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" |
| 13 | IUSE="" |
| 14 | |
| 15 | S="${WORKDIR}" |
| 16 | |
| 17 | src_compile() { |
| 18 | $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} ${P}.c || die "Compilation failed" |
| 19 | } |
| 20 | |
| 21 | src_install() { |
| 22 | dobin undms |
| 23 | newdoc "${DISTDIR}"/${P}.c.Z.readme readme |
| 24 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |