summaryrefslogtreecommitdiffstats
path: root/extra/pcmanfm/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pcmanfm/Pkgfile')
-rw-r--r--extra/pcmanfm/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/pcmanfm/Pkgfile b/extra/pcmanfm/Pkgfile
new file mode 100644
index 000000000..489281158
--- /dev/null
+++ b/extra/pcmanfm/Pkgfile
@@ -0,0 +1,19 @@
+# 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
+
+name=pcmanfm
+version=0.5
+release=1
+source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc
+ make
+ make DESTDIR=$PKG install
+}
+