mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-games/physfs: Synced live ebuild.
Package-Manager: Portage-2.3.11, Repoman-2.3.3
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user