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] / embryo / Pkgfile
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
4 # Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
5 # Depends on: efreet
6
7 name=embryo
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 ./autogen.sh --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr
18 make
19 make install DESTDIR=$PKG
20 }