From c6000c9d9949b3326fb82f02431899ab6774b960 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Dec 2012 11:51:24 +0100 Subject: big cleanup --- mod_wsgi/PKGBUILD | 19 ------------------- mod_wsgi/mod_wsgi.install | 22 ---------------------- 2 files changed, 41 deletions(-) delete mode 100644 mod_wsgi/PKGBUILD delete mode 100644 mod_wsgi/mod_wsgi.install (limited to 'mod_wsgi') diff --git a/mod_wsgi/PKGBUILD b/mod_wsgi/PKGBUILD deleted file mode 100644 index e8c4265..0000000 --- a/mod_wsgi/PKGBUILD +++ /dev/null @@ -1,19 +0,0 @@ -# Contributor: Ryan Coyner -pkgname=mod_wsgi -pkgver=2.6 -pkgrel=1 -pkgdesc="Python WSGI adapter module for Apache" -arch=('i686' 'x86_64') -url="http://www.modwsgi.org/" -license=('Apache') -depends=('apache>=1.3' 'python>=2.3') -install=$pkgname.install -source=(http://modwsgi.googlecode.com/files/$pkgname-$pkgver.tar.gz) -md5sums=('c313cd7a662024866ce3376cb5a76cf6') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --with-apxs=/usr/sbin/apxs --with-python=/usr/bin/python || return 1 - make || return 1 - make DESTDIR="$pkgdir" install || return 1 -} diff --git a/mod_wsgi/mod_wsgi.install b/mod_wsgi/mod_wsgi.install deleted file mode 100644 index ab4d12d..0000000 --- a/mod_wsgi/mod_wsgi.install +++ /dev/null @@ -1,22 +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 -} - -post_upgrade() { -post_install -} - -op=$1 -shift -$op $* -- cgit v1.2.3-24-g4f1b