CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
efreet: Initial import (verified compilation)
[attic/ports/e17-cross.git] / efreet / Pkgfile
1 # Description: Enlightenment implementation of several specifications from freedesktop.org
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: ecore
6
7 name=efreet
8 version=20091130
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 EINA_LIBS="-L$CLFS/usr/lib -leet -leina"
17 export EINA_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/eina-0 -I$CLFS/usr/include/eina-0/eina"
18 export EFREET_LIBS="-L$CLFS/usr/lib -leina -lecore -lecore_file"
19 export EFREET_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/eina-0 -I$CLFS/usr/include/eina-0/eina -I$CLFS/usr/include/glib-2.0 -I$CLFS/usr/lib/glib-2.0/include"
20
21 ./autogen.sh --build=$CHOST \
22 --host=$CTARGET \
23 --prefix=/usr
24 make
25 make install DESTDIR=$PKG
26 }