updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / vc-dwim / PKGBUILD
blob71765a522550384f595bfde85ffee839384fcaea
1 # Maintainer: Jim Meyering <jim@meyering.net>
2 # Contributor: Eric P. Hutchins <hutchiep190@potsdam.edu>
4 pkgname=vc-dwim
5 pkgver=1.5
6 pkgrel=1
7 pkgdesc="version-control-agnostic ChangeLog diff and commit tool"
8 arch=('i686' 'x86_64')
9 license=('GPL3')
10 url="http://www.gnu.org/software/vc-dwim/index.html"
11 depends=('perl' 'netkit-bsd-finger' 'patch' 'ctags')
12 makedepends=('texinfo')
13 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz
14         vc-dwim-1.5-symlinked-changelog.patch)
15 md5sums=('3a914bf4f04b9da9e2d01cadbfa70ad2'
16          '63063249cb97160f8bd48c6f35e28296')
17 build() {
18   cd ${srcdir}/${pkgname}-${pkgver}
19   patch -Np1 -i ../vc-dwim-1.5-symlinked-changelog.patch
20   ./configure --prefix=/usr
21   make
24 check() {
25   cd ${srcdir}/${pkgname}-${pkgver}
26   make check
29 package() {
30   cd ${srcdir}/${pkgname}-${pkgver}
31   make DESTDIR=${pkgdir} install