components/lighttpd/Makefile
branchs11-update
changeset 2925 d64f6e80d9b1
parent 2890 47c675945a45
child 3053 60a045d209ef
equal deleted inserted replaced
2924:894dcec4ac14 2925:d64f6e80d9b1
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		lighttpd
    28 COMPONENT_NAME=		lighttpd
    29 COMPONENT_VERSION=	1.4.23
    29 COMPONENT_VERSION=	1.4.33
    30 COMPONENT_PROJECT_URL=	http://www.lighttpd.net/
    30 COMPONENT_PROJECT_URL=	http://www.lighttpd.net/
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    33 COMPONENT_ARCHIVE_HASH=	\
    33 COMPONENT_ARCHIVE_HASH=	\
    34     sha256:8555db22ed7d429160701555611d8cd5eff42fc7e6e3ad3b050279c9b2145469
    34     sha256:91f574d8bea8d9f75535e86cb2abc389beb8be24f003b71e6304b8c8ba1d3753
    35 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
    36 COMPONENT_BUGDB=	utility/lighttpd
    36 COMPONENT_BUGDB=	utility/lighttpd
    37 
    37 
    38 LIGHTTPD_INSTALLDIR=/usr/lighttpd/1.4
    38 LIGHTTPD_INSTALLDIR=/usr/lighttpd/1.4
    39 
    39 
    41 include ../../make-rules/configure.mk
    41 include ../../make-rules/configure.mk
    42 include ../../make-rules/ips.mk
    42 include ../../make-rules/ips.mk
    43 
    43 
    44 PATCH_LEVEL=0
    44 PATCH_LEVEL=0
    45 
    45 
    46 # libtool linking will fail unless we re-create configure.
    46 # We need to run autogen because we patch configure.ac file
    47 COMPONENT_PREP_ACTION = ( cd $(@D) ; $(CONFIG_SHELL) autogen.sh )
    47 COMPONENT_PREP_ACTION = ( cd $(@D) ; $(CONFIG_SHELL) autogen.sh )
    48 
    48 
    49 # lighttpd is logging using __FILE__ macro. Cloning will make this happen
    49 # lighttpd is logging using __FILE__ macro. Cloning will make this happen
    50 # using just source file names (without full absolute paths).
    50 # using just source file names (without full absolute paths).
    51 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
    51 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))