efl-e19: new port needed by e19
This commit is contained in:
parent
50767129f6
commit
2ed1f6abb1
1
efl-e19/.md5sum
Normal file
1
efl-e19/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
c73f00e1e25b3b660e15ef754c76541d efl-1.13.0.tar.gz
|
24
efl-e19/Pkgfile
Normal file
24
efl-e19/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user