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
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
7 name=eet
8 version=20100217
9 release=1
10 source=(http://lokalix.dyndns.org/crux/distfiles/e17/$name-$version.tar.bz2)
11
12 build()
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
22 make
23 make install DESTDIR=$PKG
24 }