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] / eina / Pkgfile
CommitLineData
47a98b14
VM
1# Description: Data types library
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:
6
7name=eina
2479c217 8version=20100217
47a98b14
VM
9release=1
10source=(http://lokalix.dyndns.org/crux/distfiles/e17/$name-$version.tar.bz2)
11
12build()
13{
14 cd $SRC/e17/$name
15 ./autogen.sh --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr
18 make
19 make install DESTDIR=$PKG
20}