You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
643 B
29 lines
643 B
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
inherit elisp
|
|
|
|
DESCRIPTION="A major mode for editing Cascading Style Sheets (CSS)"
|
|
HOMEPAGE="http://www.garshol.priv.no/download/software/css-mode/"
|
|
SRC_URI="mirror://gentoo/${P}.tar.bz2"
|
|
|
|
LICENSE="GPL-2+"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ppc ppc64 x86"
|
|
|
|
ELISP_PATCHES="${P}-no-compat-kbd.patch"
|
|
SITEFILE="50${PN}-gentoo.el"
|
|
|
|
src_prepare() {
|
|
elisp_src_prepare
|
|
# Fix documentation
|
|
sed -i -e 's,HREF="/visuals/standard.css",HREF="standard.css",' doco.html
|
|
}
|
|
|
|
src_install() {
|
|
elisp_src_install
|
|
dohtml -A css doco.html standard.css
|
|
}
|