2 pkgname=emacs-rect-mark
6 pkgdesc="The packages makes it possible to highlight the region between point and mark as a rectangle, before you operate on a rectangle."
7 url="http://www.emacswiki.org/cgi-bin/wiki/RectangleMark"
15 install=$pkgname.install
16 source=(http://www.emacswiki.org/emacs/download/$_pkgname.el)
17 md5sums=('1ff908fcbac93b5722026b5a68fa0c74')
21 emacs -batch -q -f batch-byte-compile $_pkgname.el || return 1
26 install -Dm644 $srcdir/$_pkgname.el \
27 $pkgdir/usr/share/emacs/site-lisp/$_pkgname.el || return 1
28 install -Dm644 $srcdir/$_pkgname.elc \
29 $pkgdir/usr/share/emacs/site-lisp/$_pkgname.elc || return 1