[oe-commits] org.oe.dev lighttpd: Added 1.4.15, for those clueless about cherokee.

likewise commit openembedded-commits at lists.openembedded.org
Wed May 23 18:18:33 UTC 2007


lighttpd: Added 1.4.15, for those clueless about cherokee.

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: c40d025fb1caf193957c6e91f638354b6fcbf6bf
ViewMTN: http://monotone.openembedded.org/revision.psp?id=c40d025fb1caf193957c6e91f638354b6fcbf6bf
Files:
1
packages/lighttpd/lighttpd_1.4.13.bb
packages/lighttpd/lighttpd_1.4.15.bb
Diffs:

#
# mt diff -r0c3c5a0c40d89a34ad1175d10b53ce5a9a3cf9c2 -rc40d025fb1caf193957c6e91f638354b6fcbf6bf
#
# 
# 
# rename "packages/lighttpd/lighttpd_1.4.13.bb"
#     to "packages/lighttpd/lighttpd_1.4.15.bb"
# 
# add_file "packages/lighttpd/lighttpd_1.4.13.bb"
#  content [8b5674cbb64f69a0c4f5bc1c5cea3b6dd6ac2ca3]
# 
# patch "packages/lighttpd/lighttpd_1.4.15.bb"
#  from [8b5674cbb64f69a0c4f5bc1c5cea3b6dd6ac2ca3]
#    to [529df615fe85f2f7b359d4d261adb8aea9eb8192]
# 
============================================================
--- packages/lighttpd/lighttpd_1.4.13.bb	8b5674cbb64f69a0c4f5bc1c5cea3b6dd6ac2ca3
+++ packages/lighttpd/lighttpd_1.4.13.bb	8b5674cbb64f69a0c4f5bc1c5cea3b6dd6ac2ca3
@@ -0,0 +1,41 @@
+DESCRIPTION = "Web server"
+SECTION = "net"
+DEPENDS = "sqlite3 libpcre libxml2"
+LICENSE = "BSD"
+PR = "r5"
+
+SRC_URI = "http://www.lighttpd.net/download/lighttpd-1.4.13.tar.gz \
+	   file://configure.in.patch;patch=1 \
+	   file://src-server.c.patch;patch=1 \
+	   file://index.html \
+	   file://lighttpd.conf \
+	   file://lighttpd"
+
+EXTRA_OECONF="--without-bzip2 \
+		--without-ldap \
+		--without-lua \
+		--without-memcache \
+		--with-pcre \
+		--with-webdav-props \
+		--with-webdav-locks \
+		--without-openssl \
+		--disable-nls \
+		--disable-static"
+
+inherit autotools pkgconfig update-rc.d
+
+INITSCRIPT_NAME = "lighttpd"
+INITSCRIPT_PARAMS = "defaults 70"
+
+do_install_append() {
+	install -d ${D}${sysconfdir}/init.d ${D}/www/logs ${D}/www/pages/dav ${D}/www/var
+	install -m 0755 ${WORKDIR}/lighttpd ${D}${sysconfdir}/init.d
+	install -m 0755 ${WORKDIR}/lighttpd.conf ${D}${sysconfdir}
+	install -m 0644 ${WORKDIR}/index.html ${D}/www/pages/
+}
+
+do_stage() {
+	autotools_stage_all
+}
+
+FILES_${PN} += "${libdir}/mod_*.so ${sysconfdir} /www"
============================================================
--- packages/lighttpd/lighttpd_1.4.13.bb	8b5674cbb64f69a0c4f5bc1c5cea3b6dd6ac2ca3
+++ packages/lighttpd/lighttpd_1.4.15.bb	529df615fe85f2f7b359d4d261adb8aea9eb8192
@@ -1,10 +1,9 @@ SECTION = "net"
 DESCRIPTION = "Web server"
 SECTION = "net"
-DEPENDS = "sqlite3 libpcre libxml2"
 LICENSE = "BSD"
-PR = "r5"
+PR = "r0"
 
-SRC_URI = "http://www.lighttpd.net/download/lighttpd-1.4.13.tar.gz \
+SRC_URI = "http://www.lighttpd.net/download/lighttpd-1.4.15.tar.gz \
 	   file://configure.in.patch;patch=1 \
 	   file://src-server.c.patch;patch=1 \
 	   file://index.html \
@@ -15,9 +14,9 @@ EXTRA_OECONF="--without-bzip2 \
 		--without-ldap \
 		--without-lua \
 		--without-memcache \
-		--with-pcre \
-		--with-webdav-props \
-		--with-webdav-locks \
+		--without-pcre \
+		--without-webdav-props \
+		--without-webdav-locks \
 		--without-openssl \
 		--disable-nls \
 		--disable-static"






More information about the Openembedded-commits mailing list