19 lines
426 B
Plaintext

# Description: core event abstraction layer and X abstraction layer
# URL: http://www.enlightenment.org/
# Maintainer: Victor Martinez, pitillo at ono dot com
# Depends on: evas
name=ecore
version=1.7.8
release=1
source=(http://download.enlightenment.org/releases/$name-$version.tar.gz)
build()
{
cd $name-$version
./configure --prefix=/usr \
--disable-nls
make
make install DESTDIR=$PKG
}