places
This commit is contained in:
parent
cd633b5b08
commit
0ee93e4fa9
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
}
|
Loading…
Reference in New Issue