diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-05-07 15:17:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-05-07 15:17:45 +0200 |
commit | 1e2a03b8837669413fcddd7af529adf6a80577a5 (patch) | |
tree | baa80ea297e61444092abb0766ddaa80673322b4 /package/dillo/Makefile | |
parent | bec3b02778c62eafcf67ff0babb55c1c66cae511 (diff) | |
parent | 015915f1103e211e9445431dbcd5af665b47f843 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/dillo/Makefile')
-rw-r--r-- | package/dillo/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/package/dillo/Makefile b/package/dillo/Makefile index 42e806fc8..2c71d8dd5 100644 --- a/package/dillo/Makefile +++ b/package/dillo/Makefile @@ -4,13 +4,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:= dillo -PKG_VERSION:= 3.0.2 +PKG_VERSION:= 3.0.3 PKG_RELEASE:= 1 -PKG_MD5SUM:= 81b82112cefcc7d54fe2972a21f42930 +PKG_MD5SUM:= 726cd0b7a18c5e25f4d80ebeffe7607e PKG_DESCR:= small graphical web browser PKG_SECTION:= x11/apps PKG_DEPENDS:= libfltk libxi libiconv libpng zlib libjpeg -PKG_DEPENDS+= libstdcxx +PKG_DEPENDS+= libstdcxx libpthread libgcc PKG_BUILDDEP:= fltk libXi libiconv jpeg libpng zlib PKG_URL:= http://www.dillo.org/ PKG_SITES:= http://www.dillo.org/download/ @@ -25,11 +25,13 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,DILLO,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +CONFIGURE_ENV+= PNG_CONFIG=$(STAGING_DIR)/usr/bin/png-config TARGET_LDFLAGS+= -liconv -lpng15 -CONFIGURE_ARGS+= --disable-xft +XAKE_FLAGS+= GCC_HONOUR_COPTS=s post-install: $(INSTALL_DIR) $(IDIR_DILLO)/usr/bin $(INSTALL_BIN) $(WRKINST)/usr/bin/dillo $(IDIR_DILLO)/usr/bin + $(INSTALL_BIN) $(WRKINST)/usr/bin/dpid* $(IDIR_DILLO)/usr/bin include ${TOPDIR}/mk/pkg-bottom.mk |