summaryrefslogtreecommitdiff
path: root/package/fltk/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/fltk/Makefile
parent71d17146ab098461c45cff3ea2f071e39a02f403 (diff)
port dillo and all needed requirements
Diffstat (limited to 'package/fltk/Makefile')
-rw-r--r--package/fltk/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/fltk/Makefile b/package/fltk/Makefile
new file mode 100644
index 000000000..66a6bbff3
--- /dev/null
+++ b/package/fltk/Makefile
@@ -0,0 +1,27 @@
+# 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:= fltk
+PKG_VERSION:= 2.0
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 557544badbacca4ee1ebb2448f6e1f8a
+PKG_DESCR:= fast light toolkit
+PKG_SECTION:= libs
+PKG_BUILDDEP+= libX11 libXi MesaLib freeglut
+PKG_URL:= http://www.fltk.org/
+PKG_SITES:= http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/snapshots/
+
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.x-r7513.tar.bz2
+WRKDIST= ${WRKDIR}/${PKG_NAME}-2.0.x-r7513
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,LIBFLTK,libfltk,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+post-install:
+ $(INSTALL_DIR) $(IDIR_LIBFLTK)/usr/lib
+ $(CP) ${WRKINST}/usr/lib/libfltk*.so* $(IDIR_LIBFLTK)/usr/lib
+
+include ${TOPDIR}/mk/pkg-bottom.mk