summaryrefslogtreecommitdiffstats
path: root/extra/pcmanfm/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pcmanfm/Pkgfile')
-rw-r--r--extra/pcmanfm/Pkgfile23
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
-}
-
-