milis/talimatname/genel/p/places/talimat

22 lines
402 B
Plaintext
Raw Normal View History

2018-07-15 01:57:01 +02:00
# 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
}