diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-04 10:59:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-04 10:59:30 +0000 |
commit | 459ff4d6b71c5e70d23250578342abde00b570cd (patch) | |
tree | 76706d69312f48f7055b7587b366a2635947966d /main/lighttpd | |
parent | e63d0e1c808ad2387add54cf5f49c9903ac7444e (diff) | |
download | aports-459ff4d6b71c5e70d23250578342abde00b570cd.tar.bz2 aports-459ff4d6b71c5e70d23250578342abde00b570cd.tar.xz |
main/lighttpd: upgrade to 1.4.29
Diffstat (limited to 'main/lighttpd')
-rw-r--r-- | main/lighttpd/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
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 <ncopa@alpinelinux.org> 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 |