CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
e17: Bumped all ports to 20100217
[attic/ports/e17-cross.git] / eet / Pkgfile
CommitLineData
6fff2c3c
VM
1# Description: Small archiving library for use with EFL.
2# URL: http://www.enlightenment.org/
3# Maintainer: Victor Martinez, pitillo at ono dot com
4# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
5# Depends on: xorg-libxext xorg-libsm libungif libpng libtiff freetype eina
6
7name=eet
2479c217 8version=20100217
6fff2c3c
VM
9release=1
10source=(http://lokalix.dyndns.org/crux/distfiles/e17/$name-$version.tar.bz2)
11
12build()
13{
14 cd $SRC/e17/$name
15 export EINA_LIBS="-L$CLFS/usr/lib -leina"
16 export EINA_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/eina-0 -I$CLFS/usr/include/eina-0/eina"
17
18 ./autogen.sh --build=$CHOST \
19 --host=$CTARGET \
20 --prefix=/usr
21
61f32894 22 make
6fff2c3c
VM
23 make install DESTDIR=$PKG
24}