From 86dfd601745910e3c1e4ade05688d24416d8e3ae Mon Sep 17 00:00:00 2001 From: Marc Andre Tanner Date: Sun, 17 Jan 2010 23:25:54 +0100 Subject: [PATCH] edje: remove build instructions Signed-off-by: Marc Andre Tanner --- download.sh | 4 ---- sources/sections/edje.sh | 18 ------------------ 2 files changed, 22 deletions(-) delete mode 100644 sources/sections/edje.sh diff --git a/download.sh b/download.sh index 9bd3d9f..c32fd0b 100755 --- a/download.sh +++ b/download.sh @@ -82,10 +82,6 @@ URL=http://www.lua.org/ftp/lua-5.1.4.tar.gz \ SHA1=2b11c8e60306efb7f0734b747588f57995493db7 \ download || dienow -URL=http://download.enlightenment.org/snapshots/2009-12-02/edje-0.9.93.063.tar.bz2 \ -SHA1= \ -download || dienow - URL=http://download.enlightenment.org/snapshots/2009-12-02/elementary-0.6.0.063.tar.bz2 \ SHA1= \ download || dienow diff --git a/sources/sections/edje.sh b/sources/sections/edje.sh deleted file mode 100644 index 71e5cad..0000000 --- a/sources/sections/edje.sh +++ /dev/null @@ -1,18 +0,0 @@ -setupfor edje - -[ ! -e ./configure ] && NOCONFIGURE=y ./autogen.sh - -# XXX: we don't need edje_cc in cross compilation mode - -LDFLAGS="$LDFLAGS" CFLAGS="$CFLAGS" ./configure $CROSS_CONFIGURE_FLAGS --prefix=/usr \ - --disable-edje-cc \ - --disable-doc && -make && -make DESTDIR="$STAGING_DIR" install || dienow - -cp -P $STAGING_DIR/usr/lib/libedje*.so* $ROOT_DIR/usr/lib || dienow - -pkgconfig_fixup_prefix edje -libtool_fixup_libdir edje - -cleanup edje -- 2.11.4.GIT