diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-19 00:00:36 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-19 00:00:36 +0100 |
commit | c2ca4cc8c0443ab9ec912de78da465b6c4a2bc99 (patch) | |
tree | 671b81141834058e6d43f5663ba5ebaf552e1b3b /extra/pcmanfm/Pkgfile | |
parent | 5b2c3448f873f1229dd8f4b54887c1e57954c4ae (diff) | |
download | nutyx-pakxe-c2ca4cc8c0443ab9ec912de78da465b6c4a2bc99.tar.gz nutyx-pakxe-c2ca4cc8c0443ab9ec912de78da465b6c4a2bc99.tar.bz2 nutyx-pakxe-c2ca4cc8c0443ab9ec912de78da465b6c4a2bc99.tar.xz nutyx-pakxe-c2ca4cc8c0443ab9ec912de78da465b6c4a2bc99.zip |
pcmanfm dans ouvert
Diffstat (limited to 'extra/pcmanfm/Pkgfile')
-rw-r--r-- | extra/pcmanfm/Pkgfile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/pcmanfm/Pkgfile b/extra/pcmanfm/Pkgfile deleted file mode 100644 index 99b5fa8c5..000000000 --- a/extra/pcmanfm/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# Description: Gestionnaire de fichiers très léger -# URL: http://pcmanfm.sourceforge.net/ -# Maintainer: NuTyX core team -# Packager: geantbrun at gmail dot com -# Depends on: desktop-file-utils, gtk, hal, shared-mime-info, startup-notification, gamin, xorg-libxcomposite, intltool -# Run on: desktop-file-utils,gtk,hal,shared-mime-info,startup-notification,gamin,xorg-libxcomposite,intltool - -name=pcmanfm -version=0.5.2 -release=1 -source=(http://downloads.sourceforge.net/$name/$name-$version.tar.bz2) - -build() { - cd $name-$version - sed -i "/MimeType/d" data/pcmanfm-find.desktop.in - echo "fr" > po/LINGUAS - ./configure --prefix=/usr \ - --sysconfdir=/etc - make - make DESTDIR=$PKG install -} - - |