# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools git-r3 MY_PN=${PN/3g/-3g} EGIT_REPO_URI=https://github.com/ebiggers/${MY_PN}.git DESCRIPTION="NTFS-3G plugin for reading \"system compressed\" files" HOMEPAGE="https://github.com/ebiggers/ntfs-3g-system-compression" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" MY_LIBS=">=sys-fs/ntfs3g-2017.3.23" DEPEND="${MY_LIBS}" RDEPEND="${MY_LIBS}" src_prepare() { eautoreconf eapply_user } src_configure() { econf } src_compile() { emake }