xorg-server: enable some more extensions.
[pkgfs.git] / templates / git.tmpl
blobf77abc725d6d014e98fea29a1897b51f19a0234a
1 # Template build file for 'git".
2 pkgname=git
3 version=1.6.0.2
4 extract_sufx=".tar.bz2"
5 url=http://www.kernel.org/pub/software/scm/git
6 build_style=gnu_configure
7 configure_env="CURLDIR=$PKGFS_MASTERDIR"
8 configure_args="--with-shell=/bin/sh --with-perl=$PKGFS_MASTERDIR/bin/perl
9  --with-curl --without-tcltk --with-expat"
10 make_cmd="$PKGFS_MASTERDIR/bin/gmake"
11 short_desc="GIT Tree History Storage Tool"
12 maintainer="Daniel Horecki <morr@morr.pl>"
13 checksum=eb91ca256d0fbcc956f91ad02da659d9b322261d
14 long_desc="
15  GIT is a \"directory content manager\" designed to handle absolutely massive
16  projects with speed and efficiency, and the release of the 2.6.12 (and later)
17  versions of the Linux kernel as well as more and more other projects switching
18  to it would indicate that it does this task well.
20  GIT falls in the category of distributed version control software, similar
21  to e.g. GNU Arch or Monotone (or, in the commercial world, BitKeeper). Every
22  GIT working directory is a full-fledged repository with full revision tracking
23  capabilities, not dependent on network access to a central server."