Merge branch 'master' of yasarciv67/milis into master

This commit is contained in:
Milis İşletim Sistemi 2018-07-14 21:43:06 +00:00 committed by Gogs
commit 7b24f9566f
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
}