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] / edje / Pkgfile
1 # Description: Multimedia library for use with E17.
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: lua embryo
6
7 name=edje
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
16 export LUA_LIBS="-L$CLFS/usr/lib -llua -lm"
17 export LUA_CFLAGS="-I$CLFS/usr/include"
18 export EINA_LIBS="-L$CLFS/usr/lib -leet -leina"
19 export EINA_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/eina-0 -I$CLFS/usr/include/eina-0/eina"
20 export ECORE_FILE_LIBS="-L$CLFS/usr/lib -lecore_file"
21 export ECORE_FILE_CFLAGS="-I$CLFS/usr/include"
22 export ECORE_EVAS_LIBS="-L$CLFS/usr/lib -lecore_evas"
23 export ECORE_EVAS_CFLAGS="-I$CLFS/usr/include"
24 export EDJE_LIBS="-L$CLFS/usr/lib -leina -lecore_file -lecore -lembryo -leet"
25 export EDJE_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/eina-0 -I$CLFS/usr/include/eina-0/eina"
26
27 ./autogen.sh --build=$CHOST \
28 --host=$CTARGET \
29 --prefix=/usr
30 make
31 make install DESTDIR=$PKG
32 }