From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/mod_wsgi/PKGBUILD | 33 --------------------------------- community/mod_wsgi/mod_wsgi.install | 14 -------------- 2 files changed, 47 deletions(-) delete mode 100644 community/mod_wsgi/PKGBUILD delete mode 100644 community/mod_wsgi/mod_wsgi.install (limited to 'community/mod_wsgi') diff --git a/community/mod_wsgi/PKGBUILD b/community/mod_wsgi/PKGBUILD deleted file mode 100644 index 36f968fb8..000000000 --- a/community/mod_wsgi/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 95320 2013-08-09 11:42:20Z arodseth $ -# Maintainer: Alexander Rødseth -# Contributor: Andrea Scarpino -# Contributor: Ryan Coyner - -pkgname=mod_wsgi -pkgver=3.4 -pkgrel=3 -pkgdesc='Python WSGI adapter module for Apache' -arch=('x86_64' 'i686') -url='http://www.modwsgi.org/' -license=('APACHE') -depends=('apache' 'python') -install=mod_wsgi.install -source=("http://modwsgi.googlecode.com/files/$pkgname-$pkgver.tar.gz") -sha256sums=('ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8') - -build() { - cd "$srcdir/$pkgbase-$pkgver" - - ./configure --prefix=/usr \ - --with-apxs=/usr/bin/apxs \ - --with-python=/usr/bin/python - make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm' -} - -package() { - cd "$srcdir/$pkgbase-$pkgver" - - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: diff --git a/community/mod_wsgi/mod_wsgi.install b/community/mod_wsgi/mod_wsgi.install deleted file mode 100644 index d26d61631..000000000 --- a/community/mod_wsgi/mod_wsgi.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install() { -/bin/cat << ENDOFMESSAGE -==> -==> -==> To install mod_wsgi, add the following line in -==> /etc/httpd/conf/httpd.conf file : -==> -==> LoadModule wsgi_module modules/mod_wsgi.so -==> -==> and restart/reload Apache. -==> -==> -ENDOFMESSAGE -} -- cgit v1.2.3-54-g00ecf