milis/talimatname/genel/e/efl-e19/talimat

24 lines
753 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: efl kütüphaneleri
# URL: http://www.enlightenment.org/
# Paketçi: milisarge
# Gerekler: lua dbus libsndfile xorg-libxp xorg-libxscrnsaver xorg-libxcursor xorg-libxcomposite xorg-libxinerama xorg-libxrandr xorg-libxtst gstreamer-plugins-base giflib libtiff gstreamer pulseaudio bullet luajit fribidi
name=efl-e19
version=1.15.3
release=1
source=(http://download.enlightenment.org/rel/libs/efl/efl-$version.tar.gz)
build()
{
cd efl-$version
./configure --prefix=/usr \
--disable-gstreamer \
--enable-gstreamer1 \
--enable-multisense \
--with-tests=none \
--with-opengl=full \
--disable-doc
make
make -j1 DESTDIR=$PKG install
}