This commit is contained in:
yasarciv67 2018-07-15 02:57:01 +03:00
parent cd633b5b08
commit 0ee93e4fa9
2 changed files with 22 additions and 1 deletions

View File

@ -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

View File

@ -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
}