milis/talimatname/genel/p/places/talimat

21 lines
416 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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: polkit-gnome enlightenment
isim=places
surum=git
devir=1
kaynak=()
derle() {
git_indir http://git.enlightenment.org/enlightenment/modules/places.git $isim
cd ${isim}
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=${PKG} install
}