diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:38:07 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:38:07 +0200 |
commit | cb3b1ef6580377c91802fe890ea36203cfeef1b2 (patch) | |
tree | 24ac42b6ad554ca3373d88eed900f8385607b550 /xfce/thunar-volman/Pkgfile | |
parent | bd48fda598bb240ae38205645dad878bc6445136 (diff) | |
download | nutyx-extra-cb3b1ef6580377c91802fe890ea36203cfeef1b2.tar.gz nutyx-extra-cb3b1ef6580377c91802fe890ea36203cfeef1b2.tar.bz2 nutyx-extra-cb3b1ef6580377c91802fe890ea36203cfeef1b2.tar.xz nutyx-extra-cb3b1ef6580377c91802fe890ea36203cfeef1b2.zip |
thunar-volman dans extra
Diffstat (limited to 'xfce/thunar-volman/Pkgfile')
-rwxr-xr-x | xfce/thunar-volman/Pkgfile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/xfce/thunar-volman/Pkgfile b/xfce/thunar-volman/Pkgfile deleted file mode 100755 index c93a34eea..000000000 --- a/xfce/thunar-volman/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# 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 -} - |