milis/talimatname/genel/t/thunar-volman/talimat

18 lines
422 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: thunar dosya yöneticisi disk yönetimi
# URL: http://thunar.xfce.org
# Paketçi: milisarge
# Gerekler: libgudev libnotify startup-notification exo xfce4-libui desktop-file-utils gvfs
isim=thunar-volman
surum=0.8.1
devir=1
kaynak=(http://archive.xfce.org/src/xfce/$isim/${surum%.*}/$isim-$surum.tar.bz2 )
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}