milis/talimatname/genel/e/efl/talimat

27 lines
911 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
name=efl
version=1.20.2
release=1
source=(http://download.enlightenment.org/rel/libs/$name/$name-$version.tar.xz)
derle()
{
cd $name-$version
./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
}