updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / emacs-etags-select / PKGBUILD
bloba832bbee486b8af9b9bd1412c34e67f92e8cfd70
1 # -*- mode: sh; -*-
2 # Contributor: m039 <flam44 (at) gmail (dot) com>
4 pkgname=emacs-etags-select
5 _pkgname=etags-select
6 pkgdesc="Functions that select a tag from multiple tags"
7 pkgver=1.13
8 pkgrel=1
9 url="http://www.emacswiki.org/emacs/EtagsSelect"
10 arch=('any')
11 license=('GPL2')
12 depends=()
13 install=$pkgname.install
14 source=(http://www.emacswiki.org/emacs/download/$_pkgname.el)
16 build() {
17   mkdir -p $startdir/pkg/usr/share/emacs/site-lisp
18   cp $startdir/src/$_pkgname.el $startdir/pkg/usr/share/emacs/site-lisp
21 md5sums=('9e1d16ee0a12cc7c9396153d5193960c')