#Maintainer: Ejis #Mandatory pkgname=mod_python pkgver=3.3.1 pkgrel=1 zenver=54 arch=i486 source=("http://mir2.ovh.net/ftp.apache.org/dist/httpd/modpython/$pkgname-$pkgver.tgz") #source=("$pkgname-$pkgver" "thing.desktop" "anyothersourcestuff") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname" "Mod_python is an Apache module that embeds the Python interpreter" "within the server. With mod_python you can write web-based" "applications in Python that will run many times faster than" "traditional CGI and will have access to advanced features such as" "ability to retain database connections and other data between hits" "and access to Apache internals." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make DESTDIR=$startdir/pkg install } #Optional docs=('authors' 'copying' 'changelog' 'install' 'news' 'readme') #options=('noextract' 'norequiredbuilder') url="http://www.modpython.org/" extradepends=('apache2') #lessdepends=('dep4' 'dep5' 'dep6') #dotnew=('etc/thing' 'etc/foo' 'etc/bar') #CFLAGS="-03" #CXXFLAGS="-03" #doinst() { #}