milis/talimatname/genel/e/efl/talimat

27 lines
903 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 gstreamer-plugins-base giflib libtiff gstreamer gstreamer1 poppler libspectre libraw librsvg gstreamer1-plugins-base
isim=efl
surum=1.20.2
devir=1
kaynak=(http://download.enlightenment.org/rel/libs/$isim/$isim-$surum.tar.xz)
derle()
{
cd $isim-$surum
./configure --prefix=/usr \
--with-tests=none \
--disable-fribidi \
--disable-pulseaudio \
--disable-physics \
--disable-systemd \
--disable-gstreamer \
--enable-gstreamer1 \
--enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb \
--disable-doc
make
make -j1 DESTDIR=$PKG install
}