2013-11-11 13:21:50 +00:00

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.9
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
}