1 # Maintainer: Jim Meyering <jim@meyering.net>
2 # Contributor: Eric P. Hutchins <hutchiep190@potsdam.edu>
7 pkgdesc="version-control-agnostic ChangeLog diff and commit tool"
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')
18 cd ${srcdir}/${pkgname}-${pkgver}
19 patch -Np1 -i ../vc-dwim-1.5-symlinked-changelog.patch
20 ./configure --prefix=/usr
25 cd ${srcdir}/${pkgname}-${pkgver}
30 cd ${srcdir}/${pkgname}-${pkgver}
31 make DESTDIR=${pkgdir} install