# 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 }