fbreader, fltk, gpm, iksemel, joe, links, ode, openldap, opensync, xchat: import from meta-smartphone

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2012-07-30 23:52:49 +02:00
parent f2afdd2b98
commit 4339668ff2
32 changed files with 1122 additions and 0 deletions
@@ -0,0 +1,23 @@
--- ode-0.9.orig/Makefile.am 2007-02-21 15:54:54.000000000 +0100
+++ ode-0.9/Makefile.am 2010-08-21 16:15:55.000000000 +0200
@@ -25,13 +25,13 @@
if USE_SONAME
install-exec-hook:
- ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
- $(libdir)/libode.so
- ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
- $(libdir)/@ODE_SONAME@
- ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
- $(libdir)/@ODE_SONAME@.@ODE_REVISION@
- /sbin/ldconfig
+ ln -s @ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
+ $(DESTDIR)/$(libdir)/libode.so
+ ln -s @ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
+ $(DESTDIR)/$(libdir)/@ODE_SONAME@
+ ln -s @ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
+ $(DESTDIR)/$(libdir)/@ODE_SONAME@.@ODE_REVISION@
+ echo /sbin/ldconfig
else
install-exec-hook:
endif
+24
View File
@@ -0,0 +1,24 @@
DESCRIPTION = "ODE is an Open Source Physics Engine."
SECTION = "libs"
HOMEPAGE = "http://www.ode.org"
LICENSE = "LGPLv2.1 & BSD"
LIC_FILES_CHKSUM = "file://LICENSE-BSD.TXT;md5=c74e6304a772117e059458fb9763a928 \
file://LICENSE.TXT;md5=771782cb6245c7fbbe74bc0ec059beff"
SRC_URI = "${SOURCEFORGE_MIRROR}/opende/ode-src-${PV}.zip \
file://install.patch"
SRC_URI[md5sum] = "4c03759b76a0649a6d5108c8e172e1e4"
SRC_URI[sha256sum] = "460d0851b743b1f144ef2a8259004d6774504c95d08e9357a96a296111496feb"
inherit autotools binconfig
EXTRA_OECONF = "--disable-demos --enable-soname"
do_configure_append() {
echo "#define dInfinity DBL_MAX" >>include/ode/config.h
}
FILES_${PN} = "${libdir}/lib*${SOLIBS}"