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