community/yaws to 1.95-1

This commit is contained in:
Kevin Mihelich 2012-11-29 01:20:58 +00:00
parent 17795e839e
commit 6911c4321e
2 changed files with 5 additions and 10 deletions

View file

@ -1,14 +1,11 @@
# $Id: PKGBUILD 69781 2012-04-23 09:18:39Z ibiru $ # $Id: PKGBUILD 69781 2012-04-23 09:18:39Z ibiru $
# Maintainer: Vesa Kaihlavirta # Maintainer: Vesa Kaihlavirta
# Contributor: Alexander Rødseth <rodseth@gmail.com> # Maintainer: Alexander Rødseth <rodseth@gmail.com>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - remove -m32 flag from configure
pkgname=yaws pkgname=yaws
pkgver=1.92 pkgver=1.95
pkgrel=2 pkgrel=1
pkgdesc='Yet Another Web Server -- The pure Erlang HTTP server/framework' pkgdesc='Yet Another Web Server, pure Erlang HTTP server/framework'
arch=('x86_64' 'i686') arch=('x86_64' 'i686')
url='http://yaws.hyber.org/' url='http://yaws.hyber.org/'
license=('BSD') license=('BSD')
@ -17,12 +14,11 @@ backup=('etc/yaws/yaws.conf')
options=('!emptydirs') options=('!emptydirs')
install=$pkgname.install install=$pkgname.install
source=("http://yaws.hyber.org/download/$pkgname-$pkgver.tar.gz") source=("http://yaws.hyber.org/download/$pkgname-$pkgver.tar.gz")
sha256sums=('cde83ca55d8e1b10a89094e1cfdc3e78d91ba9b1036cb5ea4e1994f5922c2357') sha256sums=('e4efae836561f5e8a1324a5c9ab63fb82468e9dc93dc95cb4cb6248ab6b95406')
build() { build() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"
sed -i 's/\-m32//g' configure
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
for file in www/cgi.yaws www/cgi-bin/foo.py; do for file in www/cgi.yaws www/cgi-bin/foo.py; do
# python2 fix # python2 fix

View file

@ -1 +0,0 @@
export PATH=$PATH:/opt/yaws/bin