milis/talimatname/genel/g/gigolo/talimat

18 lines
390 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: GIO/GVFS kullanarak uzaktan dosya yönetimi sağlayan arayüz uygulaması
# URL: http://www.uvena.de/gigolo
# Paketçi: milisarge
# Gerekler: intltool gtk2 gvfs
# Grup: sistem ağ
isim=gigolo
surum=0.4.2
devir=1
kaynak=(http://files.uvena.de/gigolo/$isim-$surum.tar.bz2)
derle() {
cd "${SRC}"/$isim-$surum
./configure --prefix=/usr
make
make DESTDIR="${PKG}" install
}