18 lines
402 B
Plaintext
18 lines
402 B
Plaintext
# Description: Virtual machine and compiler based on Small for use with E17.
|
|
# URL: http://www.enlightenment.org/
|
|
# Maintainer: Victor Martinez, pitillo at ono dot com
|
|
# Depends on: eio
|
|
|
|
name=embryo
|
|
version=1.7.6
|
|
release=1
|
|
source=(http://download.enlightenment.org/releases/$name-$version.tar.gz)
|
|
|
|
build()
|
|
{
|
|
cd $name-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|