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/app-officeext/ooofbtools/ooofbtools-2.26-r1.ebuild

37 lines
838 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooofbtools/ooofbtools-2.26-r1.ebuild,v 1.1 2014/04/04 07:34:34 pinkbyte Exp $
EAPI=5
MY_PN="OOoFBTools"
inherit versionator
FETCHDIR=${PN}-$(delete_all_version_separators)
OFFICE_EXTENSIONS=(
"${MY_PN}.oxt"
)
inherit office-ext-r1
DESCRIPTION="Extension for converting and processing eBooks in FictionBook2 format with validator"
HOMEPAGE="http://www.fbtools.org/ http://ru.fbtools.org/"
SRC_URI="http://ru.fbtools.org/project-updates/${FETCHDIR}/${MY_PN}-${PV}.7z"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="app-arch/p7zip"
S="${WORKDIR}/${MY_PN}-${PV}"
OFFICE_EXTENSIONS_LOCATION="${S}"
src_install() {
office-ext-r1_src_install
dodoc ChangeLog*
}