From 459ff4d6b71c5e70d23250578342abde00b570cd Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 4 Jul 2011 10:59:30 +0000 Subject: main/lighttpd: upgrade to 1.4.29 --- main/lighttpd/APKBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'main/lighttpd/APKBUILD') diff --git a/main/lighttpd/APKBUILD b/main/lighttpd/APKBUILD index 19ffdc0282..7154931f3c 100644 --- a/main/lighttpd/APKBUILD +++ b/main/lighttpd/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Natanael Copa pkgname=lighttpd -pkgver=1.4.28 +pkgver=1.4.29 _streamver=2.2.0 -pkgrel=7 +pkgrel=0 pkgdesc="a secure, fast, compliant and very flexible web-server" url="http://www.lighttpd.net/" arch="all" @@ -24,7 +24,7 @@ source="http://download.lighttpd.net/lighttpd/releases-1.4.x/$pkgname-$pkgver.ta mod_fastcgi.conf mod_fastcgi_fpm.conf " -subpackages="$pkgname-dev $pkgname-doc $pkgname-h264_streaming" +subpackages="$pkgname-doc $pkgname-h264_streaming" prepare() { cd "$srcdir"/$pkgname-$pkgver @@ -69,6 +69,7 @@ build() { package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/lighttpd/*.la || return 1 # create dirs install -d -m755 "$pkgdir"/var/run/lighttpd/ \ @@ -103,7 +104,7 @@ h264_streaming() { "$subpkgdir"/usr/lib/lighttpd/ } -md5sums="586eb535d31ac299652495b058dd87c4 lighttpd-1.4.28.tar.bz2 +md5sums="e6e67b09986cb504db630b5a86b2dd76 lighttpd-1.4.29.tar.bz2 ac37885c881a058194405232e7737a7a lighttpd-1.4.18_mod_h264_streaming-2.2.0.tar.gz e37770e4eed20390806a2420a3970fcd lighttpd.initd 0dede109282bfe685bdec6b35f0e4b6b lighttpd.confd -- cgit v1.2.3