milis/talimatname/genel/e/e21/talimat

20 lines
531 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
name=e21
version=0.21.9
release=1
source=(http://download.enlightenment.org/rel/apps/enlightenment/enlightenment-$version.tar.xz)
build()
{
cd enlightenment-$version
./configure --prefix=/usr \
--disable-mount-udisks
make
make install DESTDIR=$PKG
rm -r $PKG/usr/share/enlightenment/{AUTHORS,COPYING,doc/}
}