aboutsummaryrefslogtreecommitdiff
path: root/git/abuild
blob: 3316390780d7cb26df120d49f4127e4eb7e3fefd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name=git
version=2.54.0
release=1
source="https://www.kernel.org/pub/software/scm/$name/$name-$version.tar.xz
	run conf"
sv="run conf"
build_type=configure_build

prebuild() {
cat > config.mak <<EOF
NO_GETTEXT=YesPlease
NO_EXPAT=YesPlease
NO_PERL=YesPlease
NO_SVN_TESTS=YesPlease
NO_TCLTK=YesPlease
NO_NSEC=YesPlease
NO_PYTHON=YesPlease
NO_SYS_POLL_H=1
NO_CROSS_DIRECTORY_HARDLINKS=1
NO_INSTALL_HARDLINKS=1
EOF
}