From fda643fcd08c7a65f1fdd5663c155e58cb6ff7e6 Mon Sep 17 00:00:00 2001 From: Marc Andre Tanner Date: Sun, 17 Jan 2010 23:28:45 +0100 Subject: [PATCH] elementary: remove build instructions Signed-off-by: Marc Andre Tanner --- download.sh | 4 ---- sources/sections/elementary.sh | 26 -------------------------- 2 files changed, 30 deletions(-) delete mode 100644 sources/sections/elementary.sh diff --git a/download.sh b/download.sh index b95876c..b952058 100755 --- a/download.sh +++ b/download.sh @@ -74,10 +74,6 @@ URL=http://download.enlightenment.org/snapshots/2009-12-02/ecore-0.9.9.063.tar.b SHA1= \ download || dienow -URL=http://download.enlightenment.org/snapshots/2009-12-02/elementary-0.6.0.063.tar.bz2 \ -SHA1= \ -download || dienow - URL=http://matt.ucc.asn.au/dropbear/releases/dropbear-0.52.tar.bz2 \ SHA1=8c1745a9b64ffae79f28e25c6fe9a8b96cac86d8 \ download || dienow diff --git a/sources/sections/elementary.sh b/sources/sections/elementary.sh deleted file mode 100644 index 67f1b96..0000000 --- a/sources/sections/elementary.sh +++ /dev/null @@ -1,26 +0,0 @@ -setupfor elementary - -[ ! -e ./configure ] && NOCONFIGURE=y ./autogen.sh - -# use host edje_cc - -# XXX: if we have run autogen libtool for some reasons -# has the variable link_all_deplibs set to no and -# therefore doesn't link against dependency libs -# -# for now we change the libtool variable with sed - -LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS" ./configure $CROSS_CONFIGURE_FLAGS --prefix=/usr \ - --with-edje-cc=edje_cc && -sed -i 's/^link_all_deplibs=no$/link_all_deplibs=unknown/g' libtool -make && -make DESTDIR="$STAGING_DIR" install || dienow - -cp -P $STAGING_DIR/usr/lib/libelementary*.so* $ROOT_DIR/usr/lib || dienow -mkdir -p $ROOT_DIR/usr/share/elementary/themes && -cp -P $STAGING_DIR/usr/share/elementary/themes/*.edj $ROOT_DIR/usr/share/elementary/themes || dienow - -pkgconfig_fixup_prefix elementary -libtool_fixup_libdir elementary - -cleanup elementary -- 2.11.4.GIT