# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 DESCRIPTION="A library and program to extract, create, and modify Windows Imaging (WIM) files" HOMEPAGE="http://sourceforge.net/projects/wimlib" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64" DEPEND=" dev-libs/libxml2 dev-libs/openssl sys-apps/attr sys-fs/fuse sys-fs/ntfs3g " RDEPEND="${DEPEND}" src_configure() { econf --with-libcrypto --with-fuse --with-ntfs-3g }