Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
authorMichael Lauer <mickey@vanille-media.de>
Tue, 5 Apr 2005 13:38:54 +0000 (13:38 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 5 Apr 2005 13:38:54 +0000 (13:38 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2005/04/05 15:35:53+02:00 uni-frankfurt.de!mickeyl
mark gs, libxfce4util and file as broken, upgrade postfix

BKrev: 425294ee8I4-J8RLc8hmki8n8A-Jug

packages/gs/gs_8.01.bb
packages/libxfce4util/libxfce4util_4.2.0.bb
packages/nonworking/file/file_4.13.bb [moved from packages/file/file_4.12.bb with 100% similarity]
packages/postfix/postfix-2.0.20/install.patch [moved from packages/postfix/postfix-2.0.15/install.patch with 100% similarity]
packages/postfix/postfix-2.0.20/makedefs.patch [moved from packages/postfix/postfix-2.0.15/makedefs.patch with 100% similarity]
packages/postfix/postfix-native_2.0.20.bb [moved from packages/postfix/postfix-native_2.0.15.bb with 100% similarity]
packages/postfix/postfix_2.0.15.bb [deleted file]
packages/postfix/postfix_2.0.20.bb [new file with mode: 0644]

index e69de29..2495aa7 100644 (file)
@@ -0,0 +1,25 @@
+DESCRIPTION = "An interpreter of the Postscript language"
+LICENSE = GPL
+SECTION = "console/utils"
+SRC_URI = "ftp://ftp.gnu.org/gnu/ghostscript/gnughostscript-${PV}.tar.gz"
+DEPENDS = "jpeg zlib"
+PR = "r2"
+
+# | make: ./obj/echogs: Command not found
+BROKEN = 1
+
+S = "${WORKDIR}/gnughostscript-${PV}"
+
+FILES_${PN} += "${datadir}/ghostscript"
+
+inherit autotools flow-lossage
+
+EXTRA_OECONF = "--without-x"
+
+do_compile() {
+       oe_runmake CCAUX="${BUILD_CC}"
+}
+
+do_install() {
+       oe_runmake bindir='${D}${bindir}' datadir='${D}${datadir}' libdir='${D}${libdir}' install
+}
index e69de29..15e0d34 100644 (file)
@@ -0,0 +1,27 @@
+# libxfce4util OE build file
+# Copyright (C) 2004, Advanced Micro Devices, Inc.  All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+DESCRIPTION = "Basic utility library for Xfce4"
+SECTION = "x11/libs"
+LICENSE = "GPL"
+DEPENDS = "glib-2.0"
+
+# | checking whether putenv() implementation is broken... configure: error: cannot run test program while cross compiling
+BROKEN = "1"
+
+inherit xfce pkgconfig
+
+XFCE_HEADERS="debug.h utf8.h xfce-generics.h   xfce-resource.h \
+                  i18n.h util.h xfce-kiosk.h libxfce4util-config.h  \
+                  xfce-desktopentry.h xfce-miscutils.h libxfce4util.h \
+                  xfce-fileutils.h xfce-rc.h"
+
+do_stage() {
+       install -d ${STAGING_LIBDIR} ${STAGING_INCDIR}/xfce4/libxfce4util
+       for file in ${XFCE_HEADERS}; do 
+               install -m 644 libxfce4util/$file ${STAGING_INCDIR}/xfce4/libxfce4util
+       done
+
+       oe_libinstall -C libxfce4util -so libxfce4util ${STAGING_LIBDIR}
+}
diff --git a/packages/postfix/postfix_2.0.15.bb b/packages/postfix/postfix_2.0.15.bb
deleted file mode 100644 (file)
index 483e95f..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-SECTION = "console/network"
-DEPENDS = "db3 pcre postfix-native"
-LICENSE = "IPL"
-SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \
-          file://${FILESDIR}/makedefs.patch;patch=1 \
-          file://${FILESDIR}/install.patch;patch=1"
-S = "${WORKDIR}/postfix-${PV}"
-
-export SYSLIBS = "-lpcre -ldb -lnsl -lresolv ${LDFLAGS}"
-export EXPORT = "AUXLIBS='-lpcre' CCARGS='-DHAS_PCRE ${CFLAGS}' OPT='' DEBUG='-g'"
-export CC_append = " -DHAS_PCRE ${CFLAGS}"
-export EXTRA_OEMAKE = "-e"
-export POSTCONF = "${STAGING_BINDIR}/postconf"
-
-do_compile () {
-       unset CFLAGS CPPFLAGS CXXFLAGS
-       oe_runmake makefiles
-       oe_runmake
-}
-
-do_install () {
-       sh ./postfix-install 'install_root=${D}' -non-interactive
-}
diff --git a/packages/postfix/postfix_2.0.20.bb b/packages/postfix/postfix_2.0.20.bb
new file mode 100644 (file)
index 0000000..e69de29