[arch-commits] Commit in lighttpd/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Thu Apr 1 06:25:33 UTC 2010
Date: Thursday, April 1, 2010 @ 02:25:32
Author: pierre
Revision: 75266
upgpkg: lighttpd 1.4.26-3
openssl/heimdal rebuild
Modified:
lighttpd/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-04-01 06:25:13 UTC (rev 75265)
+++ PKGBUILD 2010-04-01 06:25:32 UTC (rev 75266)
@@ -3,7 +3,7 @@
pkgname=lighttpd
pkgver=1.4.26
-pkgrel=2
+pkgrel=3
pkgdesc='a secure, fast, compliant and very flexible web-server'
license=('custom')
arch=('i686' 'x86_64')
@@ -48,6 +48,10 @@
--with-memcache \
--with-lua
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
install -D -m755 $srcdir/lighttpd.rc.d $pkgdir/etc/rc.d/lighttpd
More information about the arch-commits
mailing list