]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - git/git.nm
Add a -debuginfo for every package that is not noarch.
[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
MT
6name = git
7version = 1.7.3.2
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
21source_dl =
22sources = %{thisapp}.tar.bz2
23
24build
25 requires
26 expat-devel
27 gettext
28 libcurl-devel
29 openssl-devel
1f9bc2f0 30 perl-ExtUtils-MakeMaker
802ea3af
MT
31 perl-devel
32 zlib-devel
33 end
e2c1801f 34
802ea3af
MT
35 prepare_cmds
36 echo "CFLAGS = %{CFLAGS}" > %{DIR_APP}/config.mak
37 echo "BLK_SHA1 = 1" >> %{DIR_APP}/config.mak
38 echo "NEEDS_CRYPTO_WITH_SSL = 1" >> %{DIR_APP}/config.mak
39 echo "NO_PYTHON = 1" >> %{DIR_APP}/config.mak
40 echo "NO_TCLTK = 1" >> %{DIR_APP}/config.mak
41 echo "ETC_GITCONFIG = /etc/gitconfig" >> %{DIR_APP}/config.mak
42 echo "DESTDIR = %{BUILDROOT}" >> %{DIR_APP}/config.mak
43 echo "INSTALL = install -p" >> %{DIR_APP}/config.mak
44 echo "GITWEB_PROJECTROOT = /var/lib/git" >> %{DIR_APP}/config.mak
45 echo "htmldir = /usr/share/doc/%{thisapp}" >> %{DIR_APP}/config.mak
46 echo "prefix = /usr" >> %{DIR_APP}/config.mak
47 echo "gitwebdir = /var/www/git" >> %{DIR_APP}/config.mak
48 echo "gitexecdir = lib/git-core" >> %{DIR_APP}/config.mak
49 end
e2c1801f 50
802ea3af
MT
51 build
52 make %{PARALLELISMFLAGS}
53 end
e2c1801f 54
802ea3af
MT
55 make_install_targets += INSTALLDIRS=vendor
56end
e2c1801f 57
802ea3af
MT
58packages
59 package %{name}
60 requires
61 less
62 openssh-clients
63 rsync
64 /usr/bin/vi
65 end
1f9bc2f0
MT
66
67 end
68
69 package %{name}-debuginfo
70 template DEBUGINFO
802ea3af
MT
71 end
72end