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

18 lines
432 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: thunar dosya yöneticisi disk yönetimi
2016-04-03 17:09:19 +02:00
# URL: http://thunar.xfce.org
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: libgudev libnotify startup-notification exo xfce4-libui desktop-file-utils gvfs
2016-04-03 17:09:19 +02:00
name=thunar-volman
version=0.8.1
release=1
source=(http://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$version.tar.bz2 )
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}