|
|
SRC_URI="http://project.ktug.or.kr/dvipdfmx/snapshot/${P}.tar.gz" | SRC_URI="http://project.ktug.or.kr/dvipdfmx/snapshot/${P}.tar.gz" |
HOMEPAGE="http://project.ktug.or.kr/dvipdfmx/" | HOMEPAGE="http://project.ktug.or.kr/dvipdfmx/" |
| |
KEYWORDS="~x86" |
KEYWORDS="~x86 ~alpha ~ppc ~sparc" |
SLOT="0" | SLOT="0" |
LICENSE="GPL-2" | LICENSE="GPL-2" |
| |
|
|
| |
src_unpack() { | src_unpack() { |
unpack ${A} | unpack ${A} |
epatch ${FILESDIR}/${P}.diff |
epatch ${FILESDIR}/${P}-gentoo.diff |
} | } |
| |
src_install () { | src_install () { |
|
|
} | } |
| |
pkg_postinst () { | pkg_postinst () { |
|
einfo "" |
einfo "You need modify /usr/share/texmf/web2c/texmf.cnf" | einfo "You need modify /usr/share/texmf/web2c/texmf.cnf" |
einfo "in order to convert DVI correctly." | einfo "in order to convert DVI correctly." |
einfo "For example, if you have Acrobat Reader 5 and" | einfo "For example, if you have Acrobat Reader 5 and" |
|
|
einfo "" | einfo "" |
einfo "CMAPINPUTS = .;/opt/Acrobat5/Resource/Font//" | einfo "CMAPINPUTS = .;/opt/Acrobat5/Resource/Font//" |
einfo "" | einfo "" |
einfo "at the end of the file." |
einfo "at the end of the file. If you have xpdf instead," |
|
einfo "" |
|
einfo "you may want to add" |
|
einfo "" |
|
einfo "CMAPINPUTS = .;/usr/share/xpdf//" |
|
einfo "" |
|
einfo "respectively." |
|
einfo "" |
| |
mktexlsr | mktexlsr |
} | } |