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

18 lines
496 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Thunar için SVN ve GIT entegrasyonu.
2017-09-09 15:36:12 +02:00
# URL: http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: intltool thunar subversion apr
2017-09-09 15:36:12 +02:00
name=thunar-vcs-plugin
version=0.1.5
release=1
source=(http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/${version%.*}/$name-$version.tar.bz2
)
build() {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4
make
make DESTDIR=$PKG install
}