我的linux历程
linuxGentoo
全部博文(90)
python(1)
2010年(7)
2009年(23)
2008年(60)
adofirst
yl225143
Jevon_ji
hd141283
zxpkyo
yjd333
zxxkevin
sunny312
DrogbaTo
分类: LINUX
2008-10-06 17:58:15
SECTION = "net" DESCRIPTION="Small forking webserver with optional ssl and ipv6 support" HOMEPAGE="" LICENSE = "BSD" MAINTAINER = "lynn lin " DEPENDS = openssl PR = r2 SRC_URI="mini_httpd-${PV}.tar.gz \ file://new-bindir-mandir.patch;patch=1 \ file://remove-CC.patch;patch=1 \ file://mini-httpd.conf \ file://init \ " INITSCRIPT_NAME = "mini_httpd" INITSCRIPT_PARAMS = "defaults" S = "${WORKDIR}/mini_httpd-${PV}" inherit autotools update-rc.d do_install () { install -d ${D}${sysconfdir} install -d ${D}${sysconfdir}/init.d install -d ${D}${sysconfdir}/mini-httpd install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/mini_httpd install -m 0755 ${WORKDIR}/mini-httpd.conf ${D}${sysconfdir}/mini-httpd.conf oe_runmake 'BINDIR=${D}${sbindir}' 'MANDIR=${D}${mandir}' install } ~
上一篇:git reference
下一篇:Address family not supported by protocol
登录 注册