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

24 lines
745 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
isim=efl-e19
surum=1.15.3
devir=1
kaynak=(http://download.enlightenment.org/rel/libs/efl/efl-$surum.tar.gz)
derle()
{
cd efl-$surum
./configure --prefix=/usr \
--disable-gstreamer \
--enable-gstreamer1 \
--enable-multisense \
--with-tests=none \
--with-opengl=full \
--disable-doc
make
make -j1 DESTDIR=$PKG install
}