CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
edje: Initial import (verified compilation)
authorVictor Martinez <pitillo@ono.com>
Tue, 19 Jan 2010 08:31:05 +0000 (08:31 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 19 Jan 2010 08:31:05 +0000 (08:31 +0000)
edje/.footprint [new file with mode: 0644]
edje/.md5sum [new file with mode: 0644]
edje/Pkgfile [new file with mode: 0644]

diff --git a/edje/.footprint b/edje/.footprint
new file mode 100644 (file)
index 0000000..e84363b
--- /dev/null
@@ -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 (file)
index 0000000..6a52b48
--- /dev/null
@@ -0,0 +1 @@
+67f34d12cbfc7f247430f7246db2d857  edje-20091130.tar.bz2
diff --git a/edje/Pkgfile b/edje/Pkgfile
new file mode 100644 (file)
index 0000000..7e3ed5a
--- /dev/null
@@ -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
+}