milis/talimatname/genel/thunar-volman/talimat

20 lines
533 B
Plaintext
Raw Normal View History

2016-03-02 16:12:51 +01:00
# Description: The Thunar Volume Manager is an extension for the Thunar file manager.
# URL: http://thunar.xfce.org
# Packagers: tyrry at nutyx dot org, tnut at nutyx dot org
# Depends on: libgudev libnotify startup-notification exo xfce4-libui desktop-file-utils gvfs
run=(desktop-file-utils)
name=thunar-volman
version=0.8.1
release=2
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
}