diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-11-09 15:29:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-11-09 15:29:01 +0000 |
commit | 823bbd3fe0cf19e91bbc38e97c4f826ce6bf4a3e (patch) | |
tree | 41e20cb53edc852a06d4876f2379485b50f0c48b /main/lighttpd | |
parent | 5ff6b4381025d1adb77fff25e7a0710b9c9e528a (diff) | |
download | aports-823bbd3fe0cf19e91bbc38e97c4f826ce6bf4a3e.tar.bz2 aports-823bbd3fe0cf19e91bbc38e97c4f826ce6bf4a3e.tar.xz |
main/lighttpd: upgrade to 1.4.24
Diffstat (limited to 'main/lighttpd')
-rw-r--r-- | main/lighttpd/APKBUILD | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/main/lighttpd/APKBUILD b/main/lighttpd/APKBUILD index 3122d100e..c9a0cdfa1 100644 --- a/main/lighttpd/APKBUILD +++ b/main/lighttpd/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> 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 |