updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / emacs-apache-mode / PKGBUILD
blob944016119fdcbb1b90f1b3be65a05538f285d1a9
1 # Maintainer: Jonathan Wiersma <archaur AT jon DOT org>
2 # Contributor: Jonathan Wiersma <archaur AT jon DOT org>
3 # Contributor: Karl Chen <quarl@nospam.quarl.org>
4 # Contributor: Jonathan Marten  <jonathan.marten@uk.sun.com>
6 pkgname=emacs-apache-mode
7 pkgver=2.0
8 pkgrel=1
9 pkgdesc="A major mode for editing apache config files with emacs"
10 arch=('any')
11 url="http://www.emacswiki.org/cgi-bin/wiki/apache-mode.el"
12 license=('GPL')
13 depends=('emacs')
14 install=emacs-apache-mode.install
15 source=("http://www.emacswiki.org/cgi-bin/wiki/download/apache-mode.el")
16 md5sums=('9defd945a335d3128e5b89eeb83b815b')
18 build() {
19  true
22 package() {
23   install -D -m644 "${srcdir}"/apache-mode.el "${pkgdir}/usr/share/emacs/site-lisp/apache-mode.el" || return 1