Русские шрифты для mediawiki плагина htmldoc (экспорт в pdf).

git-svn-id: http://svn.calculate.ru/overlay@254 c91db197-33c1-4113-bf15-f8a5c547ca64
atratsevskiy
atratsevskiy 16 years ago
parent e464ca6436
commit 395451b0d3

@ -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

@ -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
}
Loading…
Cancel
Save