CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
e17: Fixed arch maintainer email address.
[attic/ports/e17-cross.git] / embryo / Pkgfile
CommitLineData
302ca13b
VM
1# Description: Virtual machine and compiler based on Small for use with E17.
2# URL: http://www.enlightenment.org/
3# Maintainer: Victor Martinez, pitillo at ono dot com
68020c03 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
302ca13b
VM
5# Depends on: efreet
6
7name=embryo
0d84b671 8version=20100511
302ca13b
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}