diff --git a/talimatname/genel/e/enlightenment/talimat b/talimatname/genel/e/enlightenment/talimat index 8c5ac1fbf..e984bfab6 100644 --- a/talimatname/genel/e/enlightenment/talimat +++ b/talimatname/genel/e/enlightenment/talimat @@ -1,7 +1,7 @@ # 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 econnman ephoto +# Gerekler: xorg-xcb-util-keysyms dejavu-ttf bullet efl terminology luajit python-efl econnman ephoto places isim=enlightenment surum=0.22.3 diff --git a/talimatname/genel/p/places/talimat b/talimatname/genel/p/places/talimat new file mode 100644 index 000000000..f9006f8b6 --- /dev/null +++ b/talimatname/genel/p/places/talimat @@ -0,0 +1,21 @@ +# Tanım: Bu modül, sisteme bağlı aygıt birimlerini yönetir. +# URL: https://phab.enlightenment.org/w/emodules/places/ +# Paketçi: yasarciv67 +# Gerekler: efl polkit-gnome + +isim=places +surum=1 +devir=1 +kaynak=() + + +derle() { +git clone http://git.enlightenment.org/enlightenment/modules/places.git +cd ${isim} + ./autogen.sh + ./configure --prefix=/usr + + make + make DESTDIR=${PKG} install + +}