[oe-commits] org.oe.dev fltk: added 1.1.7 - close #1459

joaquinduran commit openembedded-commits at lists.openembedded.org
Thu Oct 12 15:51:51 UTC 2006


fltk: added 1.1.7 - close #1459

Author: joaquinduran at adtelecom.es
Branch: org.openembedded.dev
Revision: ee3417c21a2063148367f887f9849c987596ab84
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ee3417c21a2063148367f887f9849c987596ab84
Files:
1
packages/fltk/fltk_1.1.7.bb
MAINTAINERS
Diffs:

#
# mt diff -r6fd5b779e9ea5cb71a20d144a0d3d01831160c0d -ree3417c21a2063148367f887f9849c987596ab84
#
# 
# 
# add_file "packages/fltk/fltk_1.1.7.bb"
#  content [198861d3e28408c50aaa88380a13229f8af7c624]
# 
# patch "MAINTAINERS"
#  from [28b52e414fcdb548694146251616dab39d2cede1]
#    to [5f6b8ff5beddd38a281c71f490579f3fcfca2752]
# 
============================================================
--- packages/fltk/fltk_1.1.7.bb	198861d3e28408c50aaa88380a13229f8af7c624
+++ packages/fltk/fltk_1.1.7.bb	198861d3e28408c50aaa88380a13229f8af7c624
@@ -0,0 +1,43 @@
+DESCRIPTION = "FLTK is a cross-platform C++ GUI toolkit"
+HOMEPAGE = "http://www.fltk.org"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+DEPENDS = "jpeg libpng zlib"
+
+SRC_URI = "ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/${PV}/fltk-${PV}-source.tar.bz2"
+
+S = "${WORKDIR}/fltk-${PV}"
+
+inherit autotools binconfig
+
+EXTRA_OECONF = "--enable-shared --disable-gl --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR}"
+
+do_configure() {
+        oe_runconf
+}
+
+do_install () {
+        oe_runmake prefix="${D}${prefix}" \
+                bindir="${D}${bindir}" \
+                libdir="${D}${libdir}" \
+                includedir="${D}${includedir}" \
+                install
+}
+
+do_stage() {
+        oe_runmake install prefix=${STAGING_DIR} \
+               bindir=${STAGING_BINDIR} \
+               includedir=${STAGING_INCDIR} \
+               libdir=${STAGING_LIBDIR} \
+               datadir=${STAGING_DATADIR}
+}
+
+python populate_packages_prepend () {
+        if (bb.data.getVar('DEBIAN_NAMES', d, 1)):
+                bb.data.setVar('PKG_${PN}', 'libfltk${PV}', d)
+}
+
+LEAD_SONAME = "libfltk.so"
+FILES_${PN} = "${libdir}/lib*.so.*"
+FILES_${PN}-dev += " ${bindir}/fltk-config"
============================================================
--- MAINTAINERS	28b52e414fcdb548694146251616dab39d2cede1
+++ MAINTAINERS	5f6b8ff5beddd38a281c71f490579f3fcfca2752
@@ -37,3 +37,7 @@ Recipes:    SquashFS, LZMA
 Person:     Leon Woestenberg
 Mail:       leonw at mailcan.com
 Recipes:    SquashFS, LZMA
+
+Person:     Joaquim Duran
+Mail:       joaquinduran at adtelecom.es
+Recipes:    fltk






More information about the Openembedded-commits mailing list