aboutsummaryrefslogtreecommitdiffstats
path: root/main/git/APKBUILD
blob: aff0edbe15044b474f5a26d6390712faee4cd694 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=git
pkgver=1.8.4
pkgrel=0
pkgdesc="A distributed version control system"
url="http://git.or.cz/"
arch="all"
license="GPL2+"
depends=
replaces="git-perl"
subpackages="$pkgname-doc $pkgname-svn $pkgname-perl"
makedepends="zlib-dev openssl-dev curl-dev expat-dev perl-dev python-dev
	pcre-dev"
source="http://git-core.googlecode.com/files/git-$pkgver.tar.gz
	0001-config-add-_cb-suffix-to-callback-functions.patch
	bb-tar.patch
	git-daemon.initd
	git-daemon.confd
	"

_makeopts="NO_ICONV=YesPlease
	NO_GETTEXT=YesPlease
	NO_NSEC=YesPlease
	NO_TCLTK=YesPlease
	NO_SVN_TESTS=YesPlease
	USE_LIBPCRE=1"

prepare() {
	cd "$srcdir"/$pkgname-$pkgver
	for i in $source; do
		case $i in
		*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
		esac
	done
}

build() {
	cd "$srcdir"/$pkgname-$pkgver
	make prefix=/usr DESTDIR="$pkgdir" $_makeopts || return 1
}

package() {
	cd "$srcdir"/$pkgname-$pkgver
	make prefix=/usr DESTDIR="$pkgdir" $_makeopts install || return 1
	mkdir -p "$pkgdir"/var/git
	install -Dm755 "$srcdir"/git-daemon.initd \
		"$pkgdir"/etc/init.d/git-daemon || return 1
	install -Dm644 "$srcdir"/git-daemon.confd \
		"$pkgdir"/etc/conf.d/git-daemon || return 1
}

perl() {
	depends="perl git perl-net-smtp-ssl perl-authen-sasl"
	pkgdesc="Perl scripts for git"
	arch="noarch"
	replaces=""

	mkdir -p "$subpkgdir"/usr/lib
	mv "$pkgdir"/usr/lib/perl* "$subpkgdir"/usr/lib/
	cd "$pkgdir"
	find -type f | xargs file --mime-type | grep perl | cut -d: -f1| while read f; do
		mkdir -p "$subpkgdir"/${f%/*}
		mv "$f" "$subpkgdir"/${f%/*}
	done
	find "$subpkgdir" -name perllocal.pod -delete
}

svn() {
        depends="perl git git-perl>=1.7.8.4-r1 perl-subversion"
        pkgdesc="Subversion support for git"
        arch="noarch"
        replaces=""

        mkdir -p "$subpkgdir"/usr/libexec/git-core
        mv "$pkgdir"/usr/libexec/git-core/git-svn "$subpkgdir"/usr/libexec/git-core
}

md5sums="355768a1c70d0cb4fedf4b598ac1375b  git-1.8.4.tar.gz
45c27ede8b7c1c6af42ba328e575e7ae  0001-config-add-_cb-suffix-to-callback-functions.patch
e63a201556c4f089de790805c09a2e5b  bb-tar.patch
c92d9339a131e708cc65e1cac1e2520a  git-daemon.initd
2258e95d389ccc6de0b5111d53d9eed6  git-daemon.confd"
sha256sums="51e8522c256ef8091c6fd5846b9cef8ba4e764819193b5b6cec570f530e6cb94  git-1.8.4.tar.gz
39c89b8dd808d97a2e17127bb5c1521b83a361a1e51735fc3875818b0a01af40  0001-config-add-_cb-suffix-to-callback-functions.patch
cb6319f47d81605e199771350154cbed0a6e85ef9042a689f2b405c64039f49c  bb-tar.patch
02eb703e3638275104e12c8057f16b9a858ac5c8dc56d2e9ca68d7d3250a1917  git-daemon.initd
aaa80bd059db549dadf4c4e27a9aa41a4b5def844f8e563c493bc8513dcd981e  git-daemon.confd"
sha512sums="4bad6dfdfadc88b6d40dc385e8ec50678fba61dc46d6e5c264ae6c3547a7c0cc1582c84e4ceeda76caee29d7ae73f03a0c98abc6a156c8b5c8c06691b2566756  git-1.8.4.tar.gz
8b03570a4cd7ef6aa96b57b265af73f97f68b944f76a52bd2a8d823ad29b4517e750bd95e825afe3870a19371e9ee7514810503a4012c6a1e703ebdb99c0f50b  0001-config-add-_cb-suffix-to-callback-functions.patch
6fa088a753c2a697e8dbef2032ed63e8c2a0553a41cff2fcff893c2f35c51d2c697054cc921c23ee606f77b93d0f340df85220b15e1c470bd352f7fba3986cd0  bb-tar.patch
6321ea464f0c1d6245a0722e02ff3dc29996e41fb8d9f3c747bfdd914dc1284e6eb62a7d6057e4f99c0c8a23c3e57f9ff76f2cf18d19272f3cc599877f999c41  git-daemon.initd
9640f8078d68ed2678e5249da3f946fc21f50e858b94127a4221de73c6132101afcd46bc1fe33861e9a7f731c0dc9591915b8ebf376b8e690cd7135703966509  git-daemon.confd"