diff options
Diffstat (limited to 'xfce/thunar-volman/Pkgfile')
-rwxr-xr-x | xfce/thunar-volman/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/xfce/thunar-volman/Pkgfile b/xfce/thunar-volman/Pkgfile new file mode 100755 index 000000000..8cb3d25c5 --- /dev/null +++ b/xfce/thunar-volman/Pkgfile @@ -0,0 +1,22 @@ +# Description: Gestion des médias amovibles pour Thunar +# URL: http://goodies.xfce.org/projects/thunar-plugins/thunar-volman/ +# Maintainer: NuTyX core team +# Packager: fred.galusik at gmail dot com +# Depends on: dbus-glib, hal, thunar + +name=thunar-volman +version=0.3.80 +release=2 +source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.bz2) + +build() { +cd $name-$version + ./configure --prefix=/usr \ + --libexecdir=/usr/lib/xfce4 \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --disable-static + make + make DESTDIR=$PKG install +} + |