milis/talimatname/genel/e/e21/talimat

20 lines
523 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 DR21 pencere yöneticisi
# URL: http://www.enlightenment.org/
# Paketçi: milisarge
# Gerekler: elementary evas_generic_loaders xorg-xcb-util-keysyms dejavu-ttf
isim=e21
surum=0.21.9
devir=1
kaynak=(http://download.enlightenment.org/rel/apps/enlightenment/enlightenment-$surum.tar.xz)
derle()
{
cd enlightenment-$surum
./configure --prefix=/usr \
--disable-mount-udisks
make
make install DESTDIR=$PKG
rm -r $PKG/usr/share/enlightenment/{AUTHORS,COPYING,doc/}
}