updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / emacs-template / PKGBUILD
blob62a394f91cf3c3cf8a0a13f5403d10c25ec24ecf
1 # Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
2 pkgname=emacs-template  
3 pkgver=3.1c
4 pkgrel=1 
5 pkgdesc="Supplies an initial emacs buffer content via a template"
6 url="http://emacs-template.sourceforge.net/"
7 arch=('any')
8 license=('GPL')
9 depends=('emacs')
10 source=(http://downloads.sourceforge.net/project/$pkgname/template/$pkgver/template-$pkgver.tar.gz)
11 md5sums=('c17c8346535f3056f2005a0eaf2d16f5')
12 install=emacs-template.install
13 build() {
14   cd $srcdir/template/lisp
15   emacs -batch -q -f batch-byte-compile template.el || return 1
16   install -d $pkgdir/usr/share/emacs/site-lisp  || return 1
17   install -m644 template.el{,c} $pkgdir/usr/share/emacs/site-lisp || return 1
18   install -d $pkgdir/usr/share/doc/emacs-template || return 1
19   install -m644 $srcdir/template/templates/* \
20     $pkgdir/usr/share/doc/emacs-template || return 1