View | Details | Raw Unified
Collapse All | Expand All

(-) ../../../../app-emacs/chess/chess-2.0_beta5-r1.ebuild (-2 / +5 lines)
 Lines 25-31    Link Here 
S="${WORKDIR}/${P/_beta/b}"
S="${WORKDIR}/${P/_beta/b}"
SITEFILE=50chess-gentoo.el
SITEFILE=51chess-gentoo.el
src_unpack() {
src_unpack() {
	unpack ${A}
	unpack ${A}
 Lines 40-46    Link Here 
src_install() {
src_install() {
	elisp-install ${PN} *.el *.elc
	elisp-install ${PN} *.el *.elc
	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
	cp -r "${S}/../pieces" "${S}/../sounds" "${D}/${SITELISP}/${PN}"
	dodir /usr/share/pixmaps/${PN}
	cp -r "${WORKDIR}/pieces/." "${D}/usr/share/pixmaps/${PN}"
	dodir /usr/share/sounds/${PN}
	cp -r "${WORKDIR}/sounds/." "${D}/usr/share/sounds/${PN}"
	doinfo chess.info
	doinfo chess.info
	dohtml *.html
	dohtml *.html
	dodoc ChangeLog EPD.txt PGN.txt PLAN README TODO
	dodoc ChangeLog EPD.txt PGN.txt PLAN README TODO