summaryrefslogtreecommitdiff
blob: abe48d414307b183a0627ddb6d94c669d1e8dc5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit multilib

DESCRIPTION="Converting documents from old Vietnamese encodings to Unicode"
HOMEPAGE="http://extensions.libreoffice.org/extension-center/b2uconverter/"
SRC_URI="http://github.com/downloads/myguidingstar/B2Uconverter/B2UConverter.oxt"
INSTDIR="/usr/$(get_libdir)/libreoffice/share/extensions/${PN}"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ppc -sparc x86"
IUSE=""
RDEPEND="virtual/ooo"
DEPEND="${RDEPEND}"

src_compile() {
unzip ${DISTDIR}/B2UConverter.oxt -d ${WORKDIR}
}
src_install() {
	insinto "${INSTDIR}"
	doins -r ${WORKDIR}/*
}