diff options
| author | Chris Larson <clarson@kergoth.com> | 2004-05-29 17:11:04 +0000 |
|---|---|---|
| committer | Chris Larson <clarson@kergoth.com> | 2004-05-29 17:11:04 +0000 |
| commit | 087629f4afb009d0eceec99db1e2ae45c1cf507e (patch) | |
| tree | b33e81f2007fd813d64b11c6b513e6ebdc493e7b /nonworking | |
| parent | 57805d1d4e115d1901fa432d0dcb49807a38233b (diff) | |
Cleanup pass - remove remnant virtual/libc items from DEPENDS.
BKrev: 40b8c428TTv4Isw4YZOO0-X8vxwV2g
Diffstat (limited to 'nonworking')
49 files changed, 1321 insertions, 8 deletions
diff --git a/nonworking/alsa-driver/alsadriver_0.9.8.oe b/nonworking/alsa-driver/alsadriver_0.9.8.oe index e69de29bb2..3962dc6035 100644 --- a/nonworking/alsa-driver/alsadriver_0.9.8.oe +++ b/nonworking/alsa-driver/alsadriver_0.9.8.oe @@ -0,0 +1,12 @@ +DESCRIPTION="Alsa Drivers" +MAINTAINER="Lorn Potter <lpotter@trolltech.com>" +LICENSE="GPL" +DEPENDS="" + +SCR_URI="ftp://ftp.alsa-project.org/pub/lib/alsa-driver-${PV}.tar.bz2" + +S="${WORKDIR}/${P}" + +inherit autotools +# libtool + diff --git a/nonworking/alsa-tools/alsa-tools_0.9.8.oe b/nonworking/alsa-tools/alsa-tools_0.9.8.oe index e69de29bb2..d3acda0617 100644 --- a/nonworking/alsa-tools/alsa-tools_0.9.8.oe +++ b/nonworking/alsa-tools/alsa-tools_0.9.8.oe @@ -0,0 +1,50 @@ +DESCRIPTION="Alsa Tools" +MAINTAINER="Lorn Potter <lpotter@trolltech.com>" +LICENSE="GPL" +DEPENDS="" + +SRC_URI="ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2" + +inherit autotools + +dirs = ac3dec \ + as10k1 \ + envy24control \ + hdsploader \ + hdspmixer \ + mixartloader \ + rmedigicontrol \ + sb16_csp \ + seq \ + sscape_ctl \ + us428control \ + usx2yloader \ + vxloader + +do_configure () { + for d in ${dirs}; do + ( + S="$S/$d" + cd ${S} + oe_runconf + ) + done +} + +do_compile () { + for d in ${dirs}; do + ( + cd ${S}/$d + oe_runmake + ) + done +} + +do_install () { + for d in ${dirs}; do + ( + cd ${S}/$d + oe_runmake 'DESTDIR=${D}' install + ) + done +} diff --git a/nonworking/apache/apache_2.0.47.oe b/nonworking/apache/apache_2.0.47.oe index e69de29bb2..58131dddbf 100644 --- a/nonworking/apache/apache_2.0.47.oe +++ b/nonworking/apache/apache_2.0.47.oe @@ -0,0 +1,85 @@ +SECTION = net +DEPENDS = expat openssl +RDEPENDS = libc6, libexpat1, libssl0.9.7 + +SRC_URI = http://ftp.epix.net/apache/httpd/httpd-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/pcre-configure.patch;patch=1 +S = ${WORKDIR}/httpd-${PV} + +basesysconfdir := ${sysconfdir} +sysconfdir = /etc/apache + +inherit autotools libtool + +FILES_${PN}=${bindir} ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \ + ${libdir}/*/ ${basesysconfdir} ${sharedstatedir} ${localstatedir} \ + /bin /sbin /lib/*/ /lib/*.so* ${datadir}/${PN} ${datadir}/htdocs \ + ${datadir}/icons ${datadir}/cgi-bin ${datadir}/error /var + +CFLAGS_append = " -DPATH_MAX=4096" +CFLAGS_prepend = "-I${STAGING_INCDIR}/openssl " +EXTRA_OECONF = "--enable-ssl --with-ssl=${STAGING_LIBDIR}/.. --enable-dav \ + --enable-dav-fs --with-dbm=sdbm --with-berkeley-db=no \ + --with-gdbm=no --with-ndbm=no" +do_configure () { + (cd srclib/apr && ./buildconf) + (cd srclib/apr-util && ./buildconf) + + cp srclib/apr/build/config.guess srclib/apr/build/config.sub \ + srclib/apr/build/PrintPath srclib/apr/build/apr_common.m4 \ + srclib/apr/build/find_apr.m4 $apu_src_dir/build/find_apu.m4 build + + (cd srclib/pcre && autoconf) + + aclocal -I build + autoheader + autoconf + oe_runconf +} + +do_compile () { + touch srclib/apr-util/uri/gen_uri_delims.lo + ${BUILD_CC} srclib/apr-util/uri/gen_uri_delims.c -o srclib/apr-util/uri/gen_uri_delims + touch srclib/pcre/dftables.lo + ${BUILD_CC} -I/usr/include/pcre srclib/pcre/dftables.c -o srclib/pcre/dftables + cd server + ${BUILD_CC} -I${S}/srclib/apr/include -c gen_test_char.c && touch gen_test_char.lo + ${BUILD_CC} -I${S}/os/unix -I${S}/srclib/apr/include -I${S}/srclib/apr-util/include -I${S}/include -c util_debug.c && touch util_debug.lo + ${BUILD_CC} gen_test_char.o util_debug.o -o gen_test_char + /bin/sh ${S}/srclib/apr/libtool --silent --mode=compile ${CC} -DPATH_MAX=4096 -I${S}/srclib/apr/include -prefer-non-pic -static -c gen_test_char.c && touch gen_test_char.lo + /bin/sh ${S}/srclib/apr/libtool --silent --mode=compile ${CC} -DPATH_MAX=4096 -I${S}/os/unix -I${S}/srclib/apr/include -I${S}/srclib/apr-util/include -I${S}/include -prefer-non-pic -static -c util_debug.c && touch util_debug.lo + touch gen_test_char + cd .. + oe_runmake +} + +do_install_append () { + set -x + install -d ${D}/${basesysconfdir}/init.d + cat ${FILESDIR}/init | \ + sed -e 's,/usr/sbin/,${sbindir}/,g; \ + s,/usr/bin/,${bindir}/,g; \ + s,/usr/lib,${libdir}/,g; \ + s,/etc/apache/,${sysconfdir}/,g; \ + s,/etc/,${basesysconfdir}/,g; \ + s,/usr/,${prefix}/,g;' > ${D}/${basesysconfdir}/init.d/httpd + chmod 755 ${D}/${basesysconfdir}/init.d/httpd + if test -e ${FILESDIR}/httpd.conf.${MACHINE}; then + install -m 0644 ${FILESDIR}/httpd.conf.${MACHINE} ${D}/${sysconfdir}/httpd.conf + fi +} + +pkg_postinst () { + if test -n "$D"; then + D="-r $D" + fi + update-rc.d $D httpd defaults 91 20 +} + +pkg_prerm () { + if test -n "$D"; then + D="-r $D" + fi + update-rc.d $D httpd remove +} diff --git a/nonworking/aterm/aterm_0.4.2.oe b/nonworking/aterm/aterm_0.4.2.oe index 384346957f..573019b006 100644 --- a/nonworking/aterm/aterm_0.4.2.oe +++ b/nonworking/aterm/aterm_0.4.2.oe @@ -1,4 +1,4 @@ -DEPENDS = virtual/libc x11-cvs xproto-cvs +DEPENDS = x11-cvs xproto-cvs SRC_URI = ${SOURCEFORGE_MIRROR}/aterm/aterm-${PV}.tar.bz2 diff --git a/nonworking/atk/atk_1.5.1.oe b/nonworking/atk/atk_1.5.1.oe index e69de29bb2..af2a6f8667 100644 --- a/nonworking/atk/atk_1.5.1.oe +++ b/nonworking/atk/atk_1.5.1.oe @@ -0,0 +1,13 @@ +DEPENDS = glib-2.0 +RDEPENDS = libc6 glib-2.0 + +SRC_URI = http://ftp.gnome.org/pub/gnome/sources/atk/1.5/atk-${PV}.tar.bz2 \ + file://${FILESDIR}/m4.patch;patch=1 + +inherit autotools libtool + +EXTRA_OECONF = '--disable-glibtest' + +CFLAGS_append = ' -I${STAGING_INCDIR}/glib-2.0 \ + -I${STAGING_INCDIR}/glib-2.0/glib \ + -I${STAGING_INCDIR}/glib-2.0/gobject' diff --git a/nonworking/bluez-bluefw/bluez-bluefw_0.9.oe b/nonworking/bluez-bluefw/bluez-bluefw_0.9.oe index e69de29bb2..d98078802b 100644 --- a/nonworking/bluez-bluefw/bluez-bluefw_0.9.oe +++ b/nonworking/bluez-bluefw/bluez-bluefw_0.9.oe @@ -0,0 +1,11 @@ +SECTION="libs" +PRIORITY="optional" +RDEPENDS="libc6" +SECTION="libs" +DEPENDS= + +SRC_URI = "http://bluez.sourceforge.net/download/${PN}-${PV}.tar.gz" +S=${WORKDIR}/${P} + +inherit autotools + diff --git a/nonworking/bogl/bogl-utils-native_0.1.9.oe b/nonworking/bogl/bogl-utils-native_0.1.9.oe index 545f06c45e..94a1d4e00b 100644 --- a/nonworking/bogl/bogl-utils-native_0.1.9.oe +++ b/nonworking/bogl/bogl-utils-native_0.1.9.oe @@ -1,7 +1,7 @@ DESCRIPTION = "Utilities for Ben's Own Graphics Library" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "virtual/libc gd-native" +DEPENDS = "gd-native" PR = "2" SRC_URI = "${DEBIAN_MIRROR}/main/b/bogl/bogl_${PV}-${PR}.tar.gz" diff --git a/nonworking/bogl/libbogl_0.1.9.oe b/nonworking/bogl/libbogl_0.1.9.oe index e69de29bb2..e9198eae89 100644 --- a/nonworking/bogl/libbogl_0.1.9.oe +++ b/nonworking/bogl/libbogl_0.1.9.oe @@ -0,0 +1,24 @@ +DESCRIPTION = "Ben's Own Graphics Library" +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "bogl-utils-native" +PR = "2" + +SRC_URI = "${DEBIAN_MIRROR}/main/b/bogl/bogl_${PV}-${PR}.tar.gz" +S = "${WORKDIR}/bogl" + +do_compile() { + ln -sf ${STAGING_BINDIR}/bdftobogl . + ln -sf ${STAGING_BINDIR}/pngtobogl . + oe_runmake libbogl.so.0.1 libbogl.a +} + +do_stage() { + oe_soinstall libbogl.so.0.1 ${STAGING_LIBDIR}/ + install bogl*.h ${STAGING_INCDIR}/ +} + +do_install() { + oe_soinstall libbogl.so.0.1 ${STAGING_LIBDIR}/ +} + diff --git a/nonworking/cvs/cvs_1.12.6.oe b/nonworking/cvs/cvs_1.12.6.oe index 58b44d412a..b83ce9d96f 100644 --- a/nonworking/cvs/cvs_1.12.6.oe +++ b/nonworking/cvs/cvs_1.12.6.oe @@ -1,7 +1,7 @@ DESCRIPTION = "The Concurrent Versioning System (cvs) client - Feature Version " SECTION = "base" PRIORITY = "optional" -DEPENDS = "virtual/libc" +DEPENDS = "" RDEPENDS = "libc6" SRC_URI = "http://www.cvshome.org/files/19/10/cvs-${PV}.tar.bz2" diff --git a/nonworking/cyrus-imapd/cyrus-imapd_2.1.15.oe b/nonworking/cyrus-imapd/cyrus-imapd_2.1.15.oe index f322b1486b..28ff427797 100644 --- a/nonworking/cyrus-imapd/cyrus-imapd_2.1.15.oe +++ b/nonworking/cyrus-imapd/cyrus-imapd_2.1.15.oe @@ -1,4 +1,4 @@ -DEPENDS = virtual/libc cyrus-sasl +DEPENDS = cyrus-sasl RDEPENDS = libc6 cyrus-sasl SRC_URI = ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-${PV}.tar.gz diff --git a/nonworking/cyrus-imapd/cyrus-imapd_2.2.3.oe b/nonworking/cyrus-imapd/cyrus-imapd_2.2.3.oe index e69de29bb2..28ff427797 100644 --- a/nonworking/cyrus-imapd/cyrus-imapd_2.2.3.oe +++ b/nonworking/cyrus-imapd/cyrus-imapd_2.2.3.oe @@ -0,0 +1,8 @@ +DEPENDS = cyrus-sasl +RDEPENDS = libc6 cyrus-sasl + +SRC_URI = ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-${PV}.tar.gz + +inherit autotools + +EXTRA_OECONF=--with-auth=unix diff --git a/nonworking/directfb/directfb_0.9.19.oe b/nonworking/directfb/directfb_0.9.19.oe index e69de29bb2..13244f3327 100644 --- a/nonworking/directfb/directfb_0.9.19.oe +++ b/nonworking/directfb/directfb_0.9.19.oe @@ -0,0 +1,38 @@ +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 libjpeg libpng3 zlib1g" +DEPENDS = "jpeg libpng zlib" +DESCRIPTION = "DirectFB is a thin library that provides developers \ +with hardware graphics acceleration, input device handling and \ +abstraction, an integrated windowing system with support for \ +translucent windows and multiple display layers on top of the \ +Linux framebuffer device." +FILES_directfb_append = " ${libdir}/directfb-${PV}/systems/*.so \ + ${libdir}/directfb-${PV}/inputdrivers/*.so \ + ${libdir}/directfb-${PV}/interfaces/*/*.so \ + ${datadir}/directfb-${PV}" + +SRC_URI = "http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz" +S = "${WORKDIR}/DirectFB-${PV}" + +inherit autotools libtool pkgconfig + +EXTRA_OECONF = "--with-gfxdrivers=none --enable-libmpeg3=no --enable-freetype=no --enable-sdl=no" + +do_stage() { + oe_runmake -C src 'libdir=/target/lib' 'includedir=/target/include/directfb' \ + 'oldincludedir=/target/include' 'datadir=/share' \ + 'DESTDIR=${STAGING_DIR}' \ + 'INTERNALINCLUDEDIR=/target/include/directfb-internal' \ + install-internalincludeHEADERS install-libLTLIBRARIES + oe_runmake -C include 'libdir=/target/lib' 'includedir=/target/include/directfb' \ + 'oldincludedir=/target/include' 'datadir=/share' \ + 'DESTDIR=${STAGING_DIR}' \ + 'INTERNALINCLUDEDIR=/target/include/directfb-internal' \ + install-internalincludeHEADERS install-includeHEADERS +} + +do_install() { + oe_runmake 'DESTDIR=${D}' install +} diff --git a/nonworking/directfb/directfb_0.9.20.oe b/nonworking/directfb/directfb_0.9.20.oe index e69de29bb2..9932fc563c 100644 --- a/nonworking/directfb/directfb_0.9.20.oe +++ b/nonworking/directfb/directfb_0.9.20.oe @@ -0,0 +1,38 @@ +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer <mickey@Vanille.de>" +RDEPENDS = "libc6 libjpeg62 libpng3 zlib1g" +DEPENDS = "jpeg libpng zlib" +DESCRIPTION = "DirectFB is a thin library that provides developers \ +with hardware graphics acceleration, input device handling and \ +abstraction, an integrated windowing system with support for \ +translucent windows and multiple display layers on top of the \ +Linux framebuffer device." +FILES_directfb_append = " ${libdir}/directfb-${PV}/systems/*.so \ + ${libdir}/directfb-${PV}/inputdrivers/*.so \ + ${libdir}/directfb-${PV}/interfaces/*/*.so \ + ${datadir}/directfb-${PV}" + +SRC_URI = "http://www.directfb.org/download/DirectFB/DirectFB-${PV}.tar.gz" +S = "${WORKDIR}/DirectFB-${PV}" + +inherit autotools libtool pkgconfig + +EXTRA_OECONF = "--with-gfxdrivers=none --enable-libmpeg3=no --enable-freetype=no --enable-sdl=no" + +do_stage() { + oe_runmake -C src 'libdir=/target/lib' 'includedir=/target/include/directfb' \ + 'oldincludedir=/target/include' 'datadir=/share' \ + 'DESTDIR=${STAGING_DIR}' \ + 'INTERNALINCLUDEDIR=/target/include/directfb-internal' \ + install-internalincludeHEADERS install-libLTLIBRARIES + oe_runmake -C include 'libdir=/target/lib' 'includedir=/target/include/directfb' \ + 'oldincludedir=/target/include' 'datadir=/share' \ + 'DESTDIR=${STAGING_DIR}' \ + 'INTERNALINCLUDEDIR=/target/include/directfb-internal' \ + install-internalincludeHEADERS install-includeHEADERS +} + +do_install() { + oe_runmake 'DESTDIR=${D}' install +} diff --git a/nonworking/enscript/enscript_1.6.4.oe b/nonworking/enscript/enscript_1.6.4.oe index e69de29bb2..e65164b87b 100644 --- a/nonworking/enscript/enscript_1.6.4.oe +++ b/nonworking/enscript/enscript_1.6.4.oe @@ -0,0 +1,6 @@ +DEPENDS = +RDEPENDS = libc6 + +SRC_URI = http://www.iki.fi/mtr/genscript/enscript-1.6.4.tar.gz + +inherit autotools diff --git a/nonworking/espgs/espgs_7.07.1rc1.oe b/nonworking/espgs/espgs_7.07.1rc1.oe index e69de29bb2..ef6f68f1a1 100644 --- a/nonworking/espgs/espgs_7.07.1rc1.oe +++ b/nonworking/espgs/espgs_7.07.1rc1.oe @@ -0,0 +1,12 @@ +DEPENDS = +RDEPENDS = libc6 + +SRC_URI = ftp://ftp.easysw.com/pub/ghostscript/espgs-${PV}-source.tar.bz2 + +inherit autotools + +do_configure () { + set -e + ./autogen.sh + oe_runconf +} diff --git a/nonworking/firebird/firebird_1.5.0.4290.oe b/nonworking/firebird/firebird_1.5.0.4290.oe index e69de29bb2..c8f87a580e 100644 --- a/nonworking/firebird/firebird_1.5.0.4290.oe +++ b/nonworking/firebird/firebird_1.5.0.4290.oe @@ -0,0 +1,11 @@ +DEPENDS = +RDEPENDS = libc6 + +SRC_URI = ${SOURCEFORGE_MIRROR}/firebird/firebird-${PV}.tar.bz2 + +inherit autotools + +do_configure () { + ./autogen.sh + oe_runconf +} diff --git a/nonworking/freenote/freenote_1.6.1.oe b/nonworking/freenote/freenote_1.6.1.oe index e69de29bb2..90c131e6b1 100644 --- a/nonworking/freenote/freenote_1.6.1.oe +++ b/nonworking/freenote/freenote_1.6.1.oe @@ -0,0 +1,24 @@ +DESCRIPTION="Auto-Correction Paint Program for Opie/Qtopia" +SECTION="base" +PRIORITY="optional" +LICENSE="GPL" +RDEPENDS="libqpe1" +DEPENDS="" + +SRC_URI = http://www.urban.ne.jp/home/kanemori/zaurus/FreeNote_${PV}_arm.tar.gz \ + file://${FILESDIR}/compile.patch;patch=1 +S = ${WORKDIR}/FreeNote_${PV}_arm + +inherit palmtop + +do_configure_prepend() { + qmake -project -o ${PN}.pro +} + +do_install() { + install -d ${D}/opt/QtPalmtop/{bin,apps/Applications,pics} + install -D -m 755 freenoteeintu ${D}/opt/QtPalmtop/bin/freenoteeintu + install -D -m 644 ${FILESDIR}/freenoteeintu.desktop ${D}/opt/QtPalmtop/apps/Applications/freenoteeintu.desktop + install -d ${D}/opt/QtPalmtop/pics + cp -a *.png ${D}/opt/QtPalmtop/pics/ +} diff --git a/nonworking/frodo/frodo_4.2.oe b/nonworking/frodo/frodo_4.2.oe index c65fd07622..669d97d711 100644 --- a/nonworking/frodo/frodo_4.2.oe +++ b/nonworking/frodo/frodo_4.2.oe @@ -2,7 +2,7 @@ DESCRIPTION="C64 Emulator based on SDL" SECTION="base" PRIORITY="optional" RDEPENDS="libc6 libsdl-qpe" -DEPENDS=virtual/libc libsdl-qpe +DEPENDS=libsdl-qpe SRC_URI = cvs://anoncvs:anoncvs@down.physik.uni-mainz.de/cvs;module=Frodo4 \ file://${FILESDIR}/m4.patch;patch=1 \ diff --git a/nonworking/gd/gd_2.0.22.oe b/nonworking/gd/gd_2.0.22.oe index e69de29bb2..18674dba30 100644 --- a/nonworking/gd/gd_2.0.22.oe +++ b/nonworking/gd/gd_2.0.22.oe @@ -0,0 +1,11 @@ +DESCRIPTION = "An ANSI C library for the dynamic creation of images. GD creates PNG and JPEG images, among other formats." +SECTION = "libs" +PRIORITY = "optional" +DEPENDS = "" + +SRC_URI = "http://www.boutell.com/gd/http/gd-${PV}.tar.gz" + +inherit autotools libtool + + + diff --git a/nonworking/glib-1.2/glib-1.2_1.2.10.oe b/nonworking/glib-1.2/glib-1.2_1.2.10.oe index e69de29bb2..3580754de2 100644 --- a/nonworking/glib-1.2/glib-1.2_1.2.10.oe +++ b/nonworking/glib-1.2/glib-1.2_1.2.10.oe @@ -0,0 +1,11 @@ +DEPENDS = +RDEPENDS = libc6 + +SRC_URI = http://ftp.gnome.org/pub/gnome/sources/glib/1.2/glib-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 + +inherit autotools libtool + +do_configure_prepend () { + install -m 0644 ${FILESDIR}/glibconfig-sysdefs.h . +} diff --git a/nonworking/glib-2.0/glib-2.0_2.3.1.oe b/nonworking/glib-2.0/glib-2.0_2.3.1.oe index e69de29bb2..78710f7a4f 100644 --- a/nonworking/glib-2.0/glib-2.0_2.3.1.oe +++ b/nonworking/glib-2.0/glib-2.0_2.3.1.oe @@ -0,0 +1,106 @@ +DEPENDS = glib-2.0-native +RDEPENDS = libc6 + +SRC_URI = http://ftp.gnome.org/pub/gnome/sources/glib/2.3/glib-${PV}.tar.bz2 \ + file://${FILESDIR}/configure.patch;patch=1 +S = ${WORKDIR}/glib-${PV} + +inherit autotools libtool pkgconfig + +acpaths= +do_configure_prepend () { + install -m 0644 ${FILESDIR}/glibconfig-sysdefs.h . +} + +SOV=0.103.0 +do_stage () { + install -m 0755 glib/.libs/libglib-2.0.so.${SOV} ${STAGING_LIBDIR}/libglib-2.0.so.${SOV} + install -m 0644 glib/.libs/libglib-2.0.lai ${STAGING_LIBDIR}/libglib-2.0.la + install -m 0644 glib/.libs/libglib-2.0.a ${STAGING_LIBDIR}/libglib-2.0.a + install -m 0755 gmodule/.libs/libgmodule-2.0.so.${SOV} ${STAGING_LIBDIR}/libgmodule-2.0.so.${SOV} + install -m 0644 gmodule/.libs/libgmodule-2.0.lai ${STAGING_LIBDIR}/libgmodule-2.0.la + install -m 0644 gmodule/.libs/libgmodule-2.0.a ${STAGING_LIBDIR}/libgmodule-2.0.a + install -m 0755 gthread/.libs/libgthread-2.0.so.${SOV} ${STAGING_LIBDIR}/libgthread-2.0.so.${SOV} + install -m 0644 gthread/.libs/libgthread-2.0.lai ${STAGING_LIBDIR}/libgthread-2.0.la + install -m 0644 gthread/.libs/libgthread-2.0.a ${STAGING_LIBDIR}/libgthread-2.0.a + install -m 0755 gobject/.libs/libgobject-2.0.so.${SOV} ${STAGING_LIBDIR}/libgobject-2.0.so.${SOV} + install -m 0644 gobject/.libs/libgobject-2.0.lai ${STAGING_LIBDIR}/libgobject-2.0.la + install -m 0644 gobject/.libs/libgobject-2.0.a ${STAGING_LIBDIR}/libgobject-2.0.a + ln -sf libglib-2.0.so.${SOV} ${STAGING_LIBDIR}/libglib-2.0.so.0 + ln -sf libglib-2.0.so.${SOV} ${STAGING_LIBDIR}/libglib-2.0.so + ln -sf libgmodule-2.0.so.${SOV} ${STAGING_LIBDIR}/libgmodule-2.0.so.0 + ln -sf libgmodule-2.0.so.${SOV} ${STAGING_LIBDIR}/libgmodule-2.0.so + ln -sf libgthread-2.0.so.${SOV} ${STAGING_LIBDIR}/libgthread-2.0.so.0 + ln -sf libgthread-2.0.so.${SOV} ${STAGING_LIBDIR}/libgthread-2.0.so + ln -sf libgobject-2.0.so.${SOV} ${STAGING_LIBDIR}/libgobject-2.0.so.0 + ln -sf libgobject-2.0.so.${SOV} ${STAGING_LIBDIR}/libgobject-2.0.so + ln -sf libglib-2.0.so.${SOV} ${STAGING_LIBDIR}/libglib-2.0.so.0 + ln -sf libglib-2.0.so.${SOV} ${STAGING_LIBDIR}/libglib-2.0.so + install -d ${STAGING_INCDIR}/glib-2.0/glib + install -m 0755 glibconfig.h ${STAGING_INCDIR}/glib-2.0/glibconfig.h + install -m 0644 glib/glib-object.h ${STAGING_INCDIR}/glib-2.0/glib-object.h + install -m 0644 glib/glib.h ${STAGING_INCDIR}/glib-2.0/glib.h + install -m 0644 gmodule/gmodule.h ${STAGING_INCDIR}/glib-2.0/gmodule.h + install -m 0644 glib/galloca.h ${STAGING_INCDIR}/glib-2.0/glib/galloca.h + install -m 0644 glib/garray.h ${STAGING_INCDIR}/glib-2.0/glib/garray.h + install -m 0644 glib/gasyncqueue.h ${STAGING_INCDIR}/glib-2.0/glib/gasyncqueue.h + install -m 0644 glib/gbacktrace.h ${STAGING_INCDIR}/glib-2.0/glib/gbacktrace.h + install -m 0644 glib/gcache.h ${STAGING_INCDIR}/glib-2.0/glib/gcache.h + install -m 0644 glib/gcompletion.h ${STAGING_INCDIR}/glib-2.0/glib/gcompletion.h + install -m 0644 glib/gconvert.h ${STAGING_INCDIR}/glib-2.0/glib/gconvert.h + install -m 0644 glib/gdataset.h ${STAGING_INCDIR}/glib-2.0/glib/gdataset.h + install -m 0644 glib/gdate.h ${STAGING_INCDIR}/glib-2.0/glib/gdate.h + install -m 0644 glib/gdir.h ${STAGING_INCDIR}/glib-2.0/glib/gdir.h + install -m 0644 glib/gerror.h ${STAGING_INCDIR}/glib-2.0/glib/gerror.h + install -m 0644 glib/gfileutils.h ${STAGING_INCDIR}/glib-2.0/glib/gfileutils.h + install -m 0644 glib/ghash.h ${STAGING_INCDIR}/glib-2.0/glib/ghash.h |
