summaryrefslogtreecommitdiff
path: root/pcr/emacs-tramp/PKGBUILD
blob: 0ea113cdbd6e52f4ffbfa49f3f0d21fa344ea6cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Luke Shumaker

pkgname=emacs-tramp
pkgver=2.2.13
depends=(emacs)
pkgdesc='A more recent version of the TRAMP package for Emacs'
url=http://www.gnu.org/software/tramp/
license=(GPL3)
source=(ftp://ftp.gnu.org/gnu/tramp/tramp-$pkgver.tar.gz{,.sig})
validpgpkeys=('C9A04D6E84B6DB548F4585A2AC966DC9E3E1AECA') # Michael Albinus
md5sums=('de44002a60882aa89dd61e59ae0d7939'
         'SKIP')

pkgrel=1
arch=(any)

build() {
	cd tramp-$pkgver
	./configure --prefix=/usr --with-contrib
	make
}

package() {
	cd tramp-$pkgver
	make install DESTDIR="$pkgdir"
}