You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/ptex/ptex-2.1.28-r1.ebuild

26 lines
575 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils
DESCRIPTION="Per-Face Texture Mapping for Production Rendering"
HOMEPAGE="http://ptex.us/"
SRC_URI="https://github.com/wdas/ptex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~x86"
RDEPEND="sys-libs/zlib:="
DEPEND="${RDEPEND}
app-doc/doxygen"
PATCHES=(
"${FILESDIR}/${P}-20170213.patch"
"${FILESDIR}/${P}-allow-custom-build-type.patch"
)
mycmakeargs=( -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}/html" )