diff options
author | sibel <lesibel@free.fr> | 2011-03-30 21:53:15 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-30 21:53:15 +0200 |
commit | 64b2a40f904c56183258bdf5ac67f8457a93cfc5 (patch) | |
tree | 3ab995f9b78e5fec0716e1e23b3b168c30a9baac /xfce/xfce4-places-plugin/Pkgfile | |
parent | 5a21bc3ef78af0204a113a730c7bb4bfe175589f (diff) | |
parent | dd80d93d30430ce67bf5791f58a9cd685498acb3 (diff) | |
download | nutyx-extra-64b2a40f904c56183258bdf5ac67f8457a93cfc5.tar.gz nutyx-extra-64b2a40f904c56183258bdf5ac67f8457a93cfc5.tar.bz2 nutyx-extra-64b2a40f904c56183258bdf5ac67f8457a93cfc5.tar.xz nutyx-extra-64b2a40f904c56183258bdf5ac67f8457a93cfc5.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
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 e126cd1a4..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: fred.galusik at gmail dot com -# Depends on: thunar, xfce4-panel -# Run on: thunar,xfce4-panel - -name=xfce4-places-plugin -version=1.1.0 -release=5 -source=(http://goodies.xfce.org/releases/$name/$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 -} - |