CRUX-ARM : Home

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

diff --git a/eet/.footprint b/eet/.footprint
new file mode 100644 (file)
index 0000000..5b6b538
--- /dev/null
@@ -0,0 +1,13 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/bin/
+-rwxr-xr-x     root/root       usr/bin/eet
+drwxr-xr-x     root/root       usr/include/
+-rw-r--r--     root/root       usr/include/Eet.h
+drwxr-xr-x     root/root       usr/lib/
+-rw-r--r--     root/root       usr/lib/libeet.a
+-rwxr-xr-x     root/root       usr/lib/libeet.la
+lrwxrwxrwx     root/root       usr/lib/libeet.so -> libeet.so.1.2.2
+lrwxrwxrwx     root/root       usr/lib/libeet.so.1 -> libeet.so.1.2.2
+-rwxr-xr-x     root/root       usr/lib/libeet.so.1.2.2
+drwxr-xr-x     root/root       usr/lib/pkgconfig/
+-rw-r--r--     root/root       usr/lib/pkgconfig/eet.pc
diff --git a/eet/.md5sum b/eet/.md5sum
new file mode 100644 (file)
index 0000000..4ecbdc1
--- /dev/null
@@ -0,0 +1 @@
+373f4183bfa68223ac2b439e44756cc0  eet-20091130.tar.bz2
diff --git a/eet/Pkgfile b/eet/Pkgfile
new file mode 100644 (file)
index 0000000..69c292a
--- /dev/null
@@ -0,0 +1,24 @@
+# Description: Small archiving library for use with EFL.
+# 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: xorg-libxext xorg-libsm libungif libpng libtiff freetype eina
+
+name=eet
+version=20091130
+release=1
+source=(http://lokalix.dyndns.org/crux/distfiles/e17/$name-$version.tar.bz2)
+
+build()
+{
+  cd $SRC/e17/$name
+  export EINA_LIBS="-L$CLFS/usr/lib -leina"
+  export EINA_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 V=1
+  make install DESTDIR=$PKG
+}