summaryrefslogtreecommitdiffstats
path: root/gitweb/Pkgfile
blob: dcfdd291690d97f6a60441bbee644bf70e6a31c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Interface web pour git
# URL: http://git.or.cz/
# Maintainer: NutyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: git
# Run on: git

name=gitweb
version=1.7.4.1
release=1
source=(http://www.kernel.org/pub/software/scm/git/git-$version.tar.bz2)



build() {
	cd git-$version
	./configure --prefix=/usr
	make CFLAGS="$CFLAGS" gitweb/gitweb.cgi
	mkdir -p $PKG/srv/www/cgi-bin
	cp gitweb/git* $PKG/srv/www/cgi-bin/

}