efl-e19: new port needed by e19

This commit is contained in:
Victor Martinez 2015-04-20 16:13:07 +00:00
parent 50767129f6
commit 2ed1f6abb1
2 changed files with 25 additions and 0 deletions

1
efl-e19/.md5sum Normal file
View File

@ -0,0 +1 @@
c73f00e1e25b3b660e15ef754c76541d efl-1.13.0.tar.gz

24
efl-e19/Pkgfile Normal file
View File

@ -0,0 +1,24 @@
# Description: efl libraries
# URL: http://www.enlightenment.org/
# Maintainer: Victor Martinez, pitillo at ono dot com
# Depends on: lua dbus libsndfile xorg-libxp xorg-libxscrnsaver gst-plugins-base giflib libtiff gstreamer bullet fribidi
name=efl
version=1.13.0
release=1
source=(http://download.enlightenment.org/rel/libs/$name/$name-$version.tar.gz)
build()
{
cd $name-$version
./configure --prefix=/usr \
--disable-nls \
--disable-gstreamer\
--enable-gstreamer1\
--enable-multisense\
--with-tests=none\
--with-opengl=full\
--disable-doc
make
make -j1 DESTDIR=$PKG install
}