aboutsummaryrefslogtreecommitdiffstats
path: root/extra/cgit
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:01:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:01:31 +0000
commitb70981b68efcce5256eb11c6cd26ae123b10b6ea (patch)
treea38be6efae5e2ba15c2e839504632f9b7bfd5f91 /extra/cgit
parent2b4df81538b8398442d5296650905c70341dd8d3 (diff)
downloadaports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.bz2
aports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.xz
moved extra/* to main/
and fixed misc build issues
Diffstat (limited to 'extra/cgit')
-rw-r--r--extra/cgit/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/extra/cgit/APKBUILD b/extra/cgit/APKBUILD
deleted file mode 100644
index d7578539c8..0000000000
--- a/extra/cgit/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=cgit
-pkgver=0.8.2.1
-pkgrel=1
-_gitver=1.6.2.4
-pkgdesc="a fast webinterface for git"
-url="http://hjemli.net/git/cgit"
-license=GPL-2
-makedepends="openssl-dev zlib-dev"
-depends="uclibc openssl zlib"
-source="
- http://hjemli.net/git/cgit/snapshot/$pkgname-$pkgver.tar.gz
- http://www.kernel.org/pub/software/scm/git/git-$_gitver.tar.bz2
- "
-
-build() {
- local makeopts="NO_ICONV=YesPlease NO_CURL=YesPlease"
- cd "$srcdir/$pkgname-$pkgver"
- rm -rf git
- ln -s ../git-$_gitver git
- make $makeopts || return 1
- make $makeopts DESTDIR="$pkgdir" \
- CGIT_SCRIPT_PATH=/usr/share/webapps/cgit \
- install
- ln -s cgit.cgi "$pkgdir"/usr/share/webapps/cgit/cgit
-}
-
-md5sums="12f5468a948be40c275445253e73d309 cgit-0.8.2.1.tar.gz
-c24d796879bb09e1cc5545bf3a3d7cf6 git-1.6.2.4.tar.bz2"