summaryrefslogtreecommitdiffstats
path: root/abs/extra/cvs/PKGBUILD
blob: 488f4a038b5d2e5e28b5dff6c573d15504111a37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id: PKGBUILD 20493 2008-12-05 11:27:50Z allan $
# Maintainer: dorphell <dorphell@archlinux.org>
pkgname=cvs
pkgver=1.11.23
pkgrel=3
pkgdesc="Concurrent Versions System - a source control system"
arch=(i686 x86_64)
url="http://ximbiot.com/cvs/wiki/index.php"
license=('GPL')
depends=('heimdal>=1.2')
source=(ftp://ftp.gnu.org/non-gnu/cvs/source/stable/$pkgver/$pkgname-$pkgver.tar.bz2)
md5sums=('0213ea514e231559d6ff8f80a34117f0')

build() {
  cd $startdir/src/$pkgname-$pkgver
  unset EDITOR VISUAL
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}