diff --git a/app-text/htmldoccyr/Manifest b/app-text/htmldoccyr/Manifest new file mode 100644 index 000000000..ce0fc7d52 --- /dev/null +++ b/app-text/htmldoccyr/Manifest @@ -0,0 +1,2 @@ +DIST htmldoccyr-0.1.tar.bz2 2824521 RMD160 ec4b10bab6f6fb16733470ad3b67664899fe2d09 SHA1 b2c4de35b5b0832a24a74df18473a4cc718ee969 SHA256 bd79a713b41aee0139406d2731723ade6953839967e284de67b3aba6815fdf37 +EBUILD htmldoccyr-0.1.ebuild 706 RMD160 aed8c8463c03fd3dba0049dd1ef31a7a86ff768b SHA1 37a75d7fc43016ed0682a1eb0c84361dfa3cd275 SHA256 10ceda8ad4a8d463e25d25eb7dad2ee18fa356e489c4e03bdfb3f9b6120253b3 diff --git a/app-text/htmldoccyr/htmldoccyr-0.1.ebuild b/app-text/htmldoccyr/htmldoccyr-0.1.ebuild new file mode 100644 index 000000000..7503f32d3 --- /dev/null +++ b/app-text/htmldoccyr/htmldoccyr-0.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +# Distributed under the terms of the GNU General Public License v2 + + +inherit eutils flag-o-matic multilib toolchain-funcs versionator + +MY_PV="${PV/_rc/RC}" + +DESCRIPTION="Cyrillic fonts for htmldoc" +HOMEPAGE="http://www.calculate-linux.ru/htmldoccyr" +SRC_URI="ftp://ftp.local.calculate.ru/pub/${PN}/${P}.tar.bz2" +LICENSE="GPL" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND=">=app-text/htmldoc-1.8.26" +#RDEPEND="" + +src_compile() { + echo "Nothing compile" +} + +src_install() { + emake install DESTDIR="${D}" +} + +pkg_postinst() { + elog "Execute the following command to replace fonts htmldoc to cyrillic:" + elog + elog "/usr/bin/htmldoccyr" + elog +}