diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-30 20:21:34 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-30 20:21:34 +0200 |
commit | 16c416bce060e34e6a5b582c494d9511ddad9aa9 (patch) | |
tree | 63f4f2cbb71e2e883bb2d0bea98af82ba2ccae0c /xfce/xfce4-places-plugin/Pkgfile | |
parent | cca2a5a9e97843094ecb7d5ac80e882084307df6 (diff) | |
download | nutyx-extra-16c416bce060e34e6a5b582c494d9511ddad9aa9.tar.gz nutyx-extra-16c416bce060e34e6a5b582c494d9511ddad9aa9.tar.bz2 nutyx-extra-16c416bce060e34e6a5b582c494d9511ddad9aa9.tar.xz nutyx-extra-16c416bce060e34e6a5b582c494d9511ddad9aa9.zip |
xfce4-places-plugin dans ouvert
Diffstat (limited to 'xfce/xfce4-places-plugin/Pkgfile')
-rwxr-xr-x | xfce/xfce4-places-plugin/Pkgfile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/xfce/xfce4-places-plugin/Pkgfile b/xfce/xfce4-places-plugin/Pkgfile deleted file mode 100755 index 5ffc019d6..000000000 --- a/xfce/xfce4-places-plugin/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# Description: Raccourcis vers documents, dossiers et medias amovibles -# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin -# Maintainer: NuTyX core team -# Packager: tnut at nutyx dot com -# Depends on: thunar, ,thunar-vfs,xfce4-panel -# Run on: thunar,thunar-vfs, xfce4-panel - -name=xfce4-places-plugin -version=1.2.0 -release=1 -source=(http://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/1.2/$name-$version.tar.bz2) - -build() { -cd $name-$version - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib/xfce4 \ - --localstatedir=/var \ - --disable-static - make - make DESTDIR=$PKG install -} - |