milis/talimatname/genel/e/enlightenment/talimat

31 lines
727 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: Enlightenment pencere yöneticisi
# URL: http://www.enlightenment.org/
# Paketçi: yasarciv67
# Gerekler: xorg-xcb-util-keysyms dejavu-ttf bullet efl terminology luajit python-efl
# Grup: masaüstü
isim=enlightenment
surum=0.22.3
devir=1
kaynak=(http://download.enlightenment.org/rel/apps/$isim/$isim-$surum.tar.xz)
derle()
{
cd $isim-$surum
./configure --prefix=/usr \
--disable-systemd \
--disable-doc \
--libdir=/usr/lib \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--disable-static \
--enable-device-udev \
--enable-mount-udisks \
--enable-mount-eeze
make
make install DESTDIR=$PKG
rm -r $PKG/usr/share/enlightenment/{AUTHORS,COPYING,doc/}
}