From 6fff2c3c0983c45c8c1807214e502b15a37ae334 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 18 Jan 2010 12:18:41 +0000 Subject: [PATCH] eet: Initial import (verified compilation) --- eet/.footprint | 13 +++++++++++++ eet/.md5sum | 1 + eet/Pkgfile | 24 ++++++++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 eet/.footprint create mode 100644 eet/.md5sum create mode 100644 eet/Pkgfile diff --git a/eet/.footprint b/eet/.footprint new file mode 100644 index 0000000..5b6b538 --- /dev/null +++ b/eet/.footprint @@ -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 index 0000000..4ecbdc1 --- /dev/null +++ b/eet/.md5sum @@ -0,0 +1 @@ +373f4183bfa68223ac2b439e44756cc0 eet-20091130.tar.bz2 diff --git a/eet/Pkgfile b/eet/Pkgfile new file mode 100644 index 0000000..69c292a --- /dev/null +++ b/eet/Pkgfile @@ -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 +} -- 2.26.2