summaryrefslogtreecommitdiff
path: root/package/dillo/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-14 14:39:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-14 14:39:00 +0200
commit37aacb979aa9f8f64ae772f636a631b44051b3d9 (patch)
tree022a08fa91b512f6ff03ee7a04c339b0d437304d /package/dillo/Makefile
parent71d17146ab098461c45cff3ea2f071e39a02f403 (diff)
port dillo and all needed requirements
Diffstat (limited to 'package/dillo/Makefile')
-rw-r--r--package/dillo/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/package/dillo/Makefile b/package/dillo/Makefile
new file mode 100644
index 000000000..07e2de442
--- /dev/null
+++ b/package/dillo/Makefile
@@ -0,0 +1,30 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= dillo
+PKG_VERSION:= 2.2
+PKG_RELEASE:= 1
+PKG_MD5SUM:= f8bcd62093f178bed81e46cc54e73f42
+PKG_DESCR:= small graphical web browser
+PKG_SECTION:= x11
+PKG_DEPENDS:= libfltk libxi libiconv libpng zlib libjpeg
+PKG_BUILDDEP+= fltk libiconv jpeg libpng zlib
+PKG_URL:= http://www.dillo.org/
+PKG_SITES:= http://www.dillo.org/download/
+
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,DILLO,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+TLDFLAGS+= -liconv
+
+post-install:
+ $(INSTALL_DIR) $(IDIR_DILLO)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/dillo \
+ $(IDIR_DILLO)/usr/bin
+
+include ${TOPDIR}/mk/pkg-bottom.mk