Skip to content

Commit

Permalink
dev-games/physfs: Synced live ebuild.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.11, Repoman-2.3.3
  • Loading branch information
Lars Wendler committed Oct 3, 2017
1 parent 2507c4d commit a1738e6
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions dev-games/physfs/physfs-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ fi

LICENSE="ZLIB"
SLOT="0"
IUSE="doc grp hog mvl qpak static-libs wad +zip"
IUSE="grp hog mvl qpak static-libs wad +zip"

RDEPEND=""
DEPEND="doc? ( app-doc/doxygen )"
DEPEND=""

DOCS=( docs/CHANGELOG.txt docs/CREDITS.txt docs/TODO.txt )

src_prepare() {
default
Expand All @@ -46,18 +48,3 @@ src_configure() {

cmake-multilib_src_configure
}

src_compile() {
cmake-multilib_src_compile

if multilib_is_native_abi && use doc ; then
doxygen || die "doxygen failed"
fi
}

src_install() {
local DOCS=( docs/CHANGELOG.txt docs/CREDITS.txt docs/TODO.txt )
local HTML_DOCS=$(usex doc 'docs/html/*' '')

cmake-multilib_src_install
}

0 comments on commit a1738e6

Please sign in to comment.