Parent Directory
|
Revision Log
Version bump. Update to EAPI 4. (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | inherit toolchain-funcs |
| 7 | |
| 8 | DESCRIPTION="Converts Apple DMG files to standard HFS+ images" |
| 9 | HOMEPAGE="http://vu1tur.eu.org/tools" |
| 10 | SRC_URI="http://vu1tur.eu.org/tools/${P}.tar.gz" |
| 11 | |
| 12 | LICENSE="GPL-2" |
| 13 | SLOT="0" |
| 14 | KEYWORDS="~amd64 ~ppc ~x86" |
| 15 | IUSE="" |
| 16 | |
| 17 | RDEPEND="dev-libs/openssl |
| 18 | app-arch/bzip2 |
| 19 | sys-libs/zlib" |
| 20 | DEPEND="${RDEPEND} |
| 21 | sys-apps/sed" |
| 22 | |
| 23 | src_prepare() { |
| 24 | sed -i -e 's:-s:$(LDFLAGS):g' Makefile || die "sed failed" |
| 25 | } |
| 26 | |
| 27 | src_compile() { |
| 28 | tc-export CC |
| 29 | emake CFLAGS="${CFLAGS}" |
| 30 | } |
| 31 | |
| 32 | src_install() { |
| 33 | dosbin dmg2img vfdecrypt |
| 34 | dodoc README |
| 35 | doman vfdecrypt.1 |
| 36 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |