]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - git/git.nm
make: The man page has been installed in a wrong directory.
[people/amarx/ipfire-3.x.git] / git / git.nm
CommitLineData
e2c1801f 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
e2c1801f
MT
4###############################################################################
5
802ea3af 6name = git
edab1dd3 7version = 1.7.8.2
802ea3af 8release = 1
e2c1801f 9
802ea3af
MT
10groups = Development/Tools
11url = http://git-scm.com/
12license = GPLv2
13summary = Fast Version Control System.
e2c1801f 14
802ea3af 15description
e2c1801f
MT
16 Git is a fast, scalable, distributed revision control system with an \
17 unusually rich command set that provides both high-level operations \
18 and full access to internals.
802ea3af
MT
19end
20
edab1dd3 21source_dl = http://git-core.googlecode.com/files/
802ea3af
MT
22
23build
24 requires
25 expat-devel
26 gettext
27 libcurl-devel
28 openssl-devel
1f9bc2f0 29 perl-ExtUtils-MakeMaker
802ea3af
MT
30 perl-devel
31 zlib-devel
32 end
e2c1801f 33
802ea3af
MT
34 prepare_cmds
35 echo "CFLAGS = %{CFLAGS}" > %{DIR_APP}/config.mak
36 echo "BLK_SHA1 = 1" >> %{DIR_APP}/config.mak
37 echo "NEEDS_CRYPTO_WITH_SSL = 1" >> %{DIR_APP}/config.mak
38 echo "NO_PYTHON = 1" >> %{DIR_APP}/config.mak
39 echo "NO_TCLTK = 1" >> %{DIR_APP}/config.mak
40 echo "ETC_GITCONFIG = /etc/gitconfig" >> %{DIR_APP}/config.mak
41 echo "DESTDIR = %{BUILDROOT}" >> %{DIR_APP}/config.mak
42 echo "INSTALL = install -p" >> %{DIR_APP}/config.mak
43 echo "GITWEB_PROJECTROOT = /var/lib/git" >> %{DIR_APP}/config.mak
44 echo "htmldir = /usr/share/doc/%{thisapp}" >> %{DIR_APP}/config.mak
45 echo "prefix = /usr" >> %{DIR_APP}/config.mak
46 echo "gitwebdir = /var/www/git" >> %{DIR_APP}/config.mak
47 echo "gitexecdir = lib/git-core" >> %{DIR_APP}/config.mak
48 end
e2c1801f 49
802ea3af
MT
50 build
51 make %{PARALLELISMFLAGS}
52 end
e2c1801f 53
802ea3af
MT
54 make_install_targets += INSTALLDIRS=vendor
55end
e2c1801f 56
802ea3af
MT
57packages
58 package %{name}
59 requires
60 less
61 openssh-clients
62 rsync
63 /usr/bin/vi
64 end
1f9bc2f0
MT
65
66 end
67
68 package %{name}-debuginfo
69 template DEBUGINFO
802ea3af
MT
70 end
71end