diff options
Diffstat (limited to 'extra/thunar-volman/Pkgfile')
-rwxr-xr-x | extra/thunar-volman/Pkgfile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/extra/thunar-volman/Pkgfile b/extra/thunar-volman/Pkgfile new file mode 100755 index 000000000..c93a34eea --- /dev/null +++ b/extra/thunar-volman/Pkgfile @@ -0,0 +1,23 @@ +# Description: Gestion des médias amovibles pour Thunar +# URL: http://goodies.xfce.org/projects/thunar-plugins/thunar-volman/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: dbus-glib, thunar, hicolor-icon-theme +# Run on: dbus-glib,thunar + +name=thunar-volman +version=0.6.0 +release=1 +source=(http://archive.xfce.org/src/apps/$name/0.6/$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 +} + |