From 823bbd3fe0cf19e91bbc38e97c4f826ce6bf4a3e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 9 Nov 2009 15:29:01 +0000 Subject: main/lighttpd: upgrade to 1.4.24 --- main/lighttpd/APKBUILD | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'main/lighttpd/APKBUILD') diff --git a/main/lighttpd/APKBUILD b/main/lighttpd/APKBUILD index 3122d100ef..c9a0cdfa18 100644 --- a/main/lighttpd/APKBUILD +++ b/main/lighttpd/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=lighttpd -pkgver=1.4.23 -pkgrel=2 +pkgver=1.4.24 +pkgrel=0 pkgdesc="a secure, fast, compliant and very flexible web-server" url="http://www.lighttpd.net/" license="custom" @@ -23,7 +23,7 @@ subpackages="$pkgname-dev $pkgname-doc" build() { local i - cd $srcdir/$pkgname-$pkgver + cd "$srcdir"/$pkgname-$pkgver ./configure --prefix=/usr \ --enable-lfs \ --libdir=/usr/lib/lighttpd \ @@ -40,7 +40,11 @@ build() { --with-openssl \ --with-lua || return 1 - make || return 1 + make +} + +package() { + cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install || return 1 # create dirs @@ -66,7 +70,7 @@ build() { install -m644 "$srcdir"/$i "$pkgdir"/etc/lighttpd/$i done } -md5sums="0ab6bb7b17bf0f515ce7dce68e5e215a lighttpd-1.4.23.tar.bz2 +md5sums="e2324a24e4a5bce74663c21c58ddd200 lighttpd-1.4.24.tar.bz2 36c4ddbc266017dc193fcb0cdd1d84e1 lighttpd.initd 0dede109282bfe685bdec6b35f0e4b6b lighttpd.confd ad091c9157134890499f26d170352c9f lighttpd.logrotate -- cgit v1.2.3