Skip to content
Snippets Groups Projects
Commit e3518a56 authored by juergen's avatar juergen
Browse files

upgpkg: emacs 23.4-1



git-svn-id: file:///srv/repos/svn-packages/svn@148455 eb2447ed-0c53-47e4-bac8-5bc4a241df78
parent 021233a2
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,7 @@
# Contributor: Renchi Raju <renchi@green.tam.uiuc.edu>
pkgname=emacs
_majorver=23.4
_minorver=
# We want something like "23.3.a" so pacman version comparison works, but
# upstream uses "23.3a", which is a bit silly and interpreted as alpha.
pkgver=$_majorver.$_minorver
_realver=$_majorver$_minorver
pkgver=23.4
pkgrel=1
pkgdesc="The extensible, customizable, self-documenting real-time display editor"
arch=('i686' 'x86_64')
......@@ -30,7 +25,7 @@ build() {
}
package() {
cd "$srcdir"/$pkgname-$_majorver
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR="$pkgdir" install
# remove conflict with ctags package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment