# Copyright 2015 awesome information technology, http://awesome-it.de # Distributed under the terms of the GNU General Public License v3 # $Header: $ EAPI=5 inherit git-2 EGIT_REPO_URI="https://git.kolab.org/diffusion/KS/kolab-schema.git" EGIT_COMMIT="fad1722d88d7946babd56be8198561950a653b8c" DESCRIPTION="LDAP Schema Extensions for Kolab" HOMEPAGE="http://kolab.org" SRC_URI="" LICENSE="GPL+" SLOT="0" KEYWORDS="~amd64" src_install() { dodoc "${S}/kolab3.ldif" dodoc "${S}/kolab3.schema" # Setup-kolab needs them unpacked. docompress -x "/usr/share/doc/${PF}/kolab3.ldif" docompress -x "/usr/share/doc/${PF}/kolab3.schema" }