2015-06-25 11:02:41 +02:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2014-12-11 16:40:32 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
|
|
|
EAPI=4
|
|
|
|
|
|
|
|
inherit gnome.org
|
|
|
|
|
|
|
|
DESCRIPTION="A set of programs to inspect and build Windows Installer files."
|
|
|
|
HOMEPAGE="https://live.gnome.org/msitools"
|
|
|
|
#SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/msitools/${PV}/${P}.tar.xz"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
IUSE=""
|
|
|
|
|
2020-01-24 11:37:26 +01:00
|
|
|
DEPEND="app-arch/gcab
|
2015-10-17 18:18:37 +02:00
|
|
|
gnome-extra/libgsf"
|
2014-12-11 16:40:32 +01:00
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|