From b743cc680b76ffb832631a95768cca82585b1199 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 19 Jan 2010 08:31:05 +0000 Subject: [PATCH] edje: Initial import (verified compilation) --- edje/.footprint | 21 +++++++++++++++++++++ edje/.md5sum | 1 + edje/Pkgfile | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 edje/.footprint create mode 100644 edje/.md5sum create mode 100644 edje/Pkgfile diff --git a/edje/.footprint b/edje/.footprint new file mode 100644 index 0000000..e84363b --- /dev/null +++ b/edje/.footprint @@ -0,0 +1,21 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/edje_cc +-rwxr-xr-x root/root usr/bin/edje_decc +-rwxr-xr-x root/root usr/bin/edje_recc +-rwxr-xr-x root/root usr/bin/inkscape2edc +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/Edje.h +-rw-r--r-- root/root usr/include/Edje_Edit.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libedje-ver-pre-svn-04.so.0 -> libedje-ver-pre-svn-04.so.0.9.92 +-rwxr-xr-x root/root usr/lib/libedje-ver-pre-svn-04.so.0.9.92 +-rw-r--r-- root/root usr/lib/libedje.a +-rwxr-xr-x root/root usr/lib/libedje.la +lrwxrwxrwx root/root usr/lib/libedje.so -> libedje-ver-pre-svn-04.so.0.9.92 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/edje.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/edje/ +drwxr-xr-x root/root usr/share/edje/include/ +-rw-r--r-- root/root usr/share/edje/include/edje.inc diff --git a/edje/.md5sum b/edje/.md5sum new file mode 100644 index 0000000..6a52b48 --- /dev/null +++ b/edje/.md5sum @@ -0,0 +1 @@ +67f34d12cbfc7f247430f7246db2d857 edje-20091130.tar.bz2 diff --git a/edje/Pkgfile b/edje/Pkgfile new file mode 100644 index 0000000..7e3ed5a --- /dev/null +++ b/edje/Pkgfile @@ -0,0 +1,32 @@ +# Description: Multimedia library for use with E17. +# URL: http://www.enlightenment.org/ +# Maintainer: Victor Martinez, pitillo at ono dot com +# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Depends on: lua embryo + +name=edje +version=20091130 +release=1 +source=(http://lokalix.dyndns.org/crux/distfiles/e17/$name-$version.tar.bz2) + +build() +{ + cd $SRC/e17/$name + + export LUA_LIBS="-L$CLFS/usr/lib -llua -lm" + export LUA_CFLAGS="-I$CLFS/usr/include" + export EINA_LIBS="-L$CLFS/usr/lib -leet -leina" + export EINA_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/eina-0 -I$CLFS/usr/include/eina-0/eina" + export ECORE_FILE_LIBS="-L$CLFS/usr/lib -lecore_file" + export ECORE_FILE_CFLAGS="-I$CLFS/usr/include" + export ECORE_EVAS_LIBS="-L$CLFS/usr/lib -lecore_evas" + export ECORE_EVAS_CFLAGS="-I$CLFS/usr/include" + export EDJE_LIBS="-L$CLFS/usr/lib -leina -lecore_file -lecore_con -lecore_job -lecore -lembryo -leet" + export EDJE_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/eina-0 -I$CLFS/usr/include/eina-0/eina" + + ./autogen.sh --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr + make + make install DESTDIR=$PKG +} -- 2.26.2