summaryrefslogtreecommitdiffstats
path: root/gitweb/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gitweb/Pkgfile')
-rwxr-xr-xgitweb/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/gitweb/Pkgfile b/gitweb/Pkgfile
new file mode 100755
index 000000000..dcfdd2916
--- /dev/null
+++ b/gitweb/Pkgfile
@@ -0,0 +1,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/
+
+}
+