Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Sat, 8 May 2004 09:58:08 +0000 (09:58 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 8 May 2004 09:58:08 +0000 (09:58 +0000)
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages

2004/05/08 11:58:01+02:00 uni-frankfurt.de!mickeyl
add x11-native and make uicmoc3-native use it - patch courtesy pb_.

BKrev: 409caf30iJ047Dmkn4hxYs2CzFa1Vg

uicmoc/uicmoc3-native_3.3.1.oe
x11/x11-native_cvs.oe [new file with mode: 0644]
xau/xau-native_cvs.oe [new file with mode: 0644]
xdmcp/libxdmcp-native_0.1.1.oe [new file with mode: 0644]
xextensions/xextensions-native_cvs.oe [new file with mode: 0644]
xproto/xproto-native_cvs.oe [new file with mode: 0644]
xtrans/xtrans-native_0.1.oe [new file with mode: 0644]
xtrans/xtrans_0.1.oe

index e69de29..eeda607 100644 (file)
@@ -0,0 +1,30 @@
+inherit native
+
+DEPENDS = "x11-native"
+
+SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.3.1.tar.bz2"
+S = "${WORKDIR}/qt-x11-free-${PV}"
+
+export QTDIR = "${S}"
+#export SYSCONF_CXX = "${CCACHE} g++"
+#export SYSCONF_CC  = "${CCACHE} gcc"
+#export SYSCONF_LINK  = "${CCACHE} g++"
+
+ARCH_i686 = "x86"
+
+QT_CONFIG_FLAGS = "-release -static -qt-zlib -no-nas-sound -no-sm -qt-libpng -no-gif -no-xshape -no-xinerama -no-xcursor -no-xrandr \
+                   -no-xrender -no-xft -no-tablet -no-xkb -no-dlopen-opengl -no-thread -no-nis -no-cups"
+
+do_configure() {
+       echo "yes" | ./configure -prefix ${prefix} ${QT_CONFIG_FLAGS}
+}
+
+do_stage() {
+       install -m 0755 bin/moc ${STAGING_BINDIR}/moc3
+       install -m 0755 bin/uic ${STAGING_BINDIR}/uic3
+       install lib/libqt.a ${STAGING_LIBDIR}/
+       for f in include/*.h
+       do
+               install -m 0644 $f ${STAGING_INCDIR}/
+       done
+}
diff --git a/x11/x11-native_cvs.oe b/x11/x11-native_cvs.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/xau/xau-native_cvs.oe b/xau/xau-native_cvs.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/xdmcp/libxdmcp-native_0.1.1.oe b/xdmcp/libxdmcp-native_0.1.1.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/xextensions/xextensions-native_cvs.oe b/xextensions/xextensions-native_cvs.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/xproto/xproto-native_cvs.oe b/xproto/xproto-native_cvs.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/xtrans/xtrans-native_0.1.oe b/xtrans/xtrans-native_0.1.oe
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..2aefe69 100644 (file)
@@ -0,0 +1,18 @@
+SECTION = "libs"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+DESCRIPTION = "network API translation layer to \
+insulate X applications and libraries from OS \
+network vageries."
+
+SRC_URI = "http://freedesktop.org/~xlibs/release/libXtrans-0.1.tar.bz2"
+S = "${WORKDIR}/libXtrans-${PV}"
+
+inherit autotools libtool pkgconfig
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR} \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR}
+}