milis/talimatname/genel/t/thunar-vcs-plugin/talimat

19 lines
496 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 için SVN ve GIT entegrasyonu.
# URL: http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin
# Paketçi: yasarciv67
# Gerekler: intltool thunar subversion apr
# Grup: geliştirme
isim=thunar-vcs-plugin
surum=0.1.5
devir=1
kaynak=(http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/${surum%.*}/$isim-$surum.tar.bz2
)
derle() {
cd $isim-$surum
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4
make
make DESTDIR=$PKG install
}