# Copyright 2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Defaults for installing a binary .app in a dmg inherit macos ECLASS=macos-bin INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS src_unpack src_compile src_install macos-bin_src_unpack() { unpack_dmg "${A}" } macos-bin_src_compile() { true } macos-bin_src_install() { doapp *.app }