summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-06-17 15:47:59 +0200
committertnut <tnut at nutyx dot com>2011-06-17 15:47:59 +0200
commit5f362820e435df8869d61334a5ffd831f3e493e5 (patch)
tree11f4799720813b8ddc81f7182b5419cea5d88f2f /extra
parent54ede70fa35ba26df24a98ae680258b76a08b4ef (diff)
downloadnutyx-pakxe-5f362820e435df8869d61334a5ffd831f3e493e5.tar.gz
nutyx-pakxe-5f362820e435df8869d61334a5ffd831f3e493e5.tar.bz2
nutyx-pakxe-5f362820e435df8869d61334a5ffd831f3e493e5.tar.xz
nutyx-pakxe-5f362820e435df8869d61334a5ffd831f3e493e5.zip
ajout de pcmanfm 6b8584c-1
Diffstat (limited to 'extra')
-rw-r--r--extra/pcmanfm/.footprint.i68621
-rw-r--r--extra/pcmanfm/.md5sum.i6861
-rw-r--r--extra/pcmanfm/Pkgfile21
3 files changed, 43 insertions, 0 deletions
diff --git a/extra/pcmanfm/.footprint.i686 b/extra/pcmanfm/.footprint.i686
new file mode 100644
index 000000000..27e992731
--- /dev/null
+++ b/extra/pcmanfm/.footprint.i686
@@ -0,0 +1,21 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/xdg/
+drwxr-xr-x root/root etc/xdg/pcmanfm/
+drwxr-xr-x root/root etc/xdg/pcmanfm/default/
+-rw-r--r-- root/root etc/xdg/pcmanfm/default/pcmanfm.conf
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/pcmanfm
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/pcmanfm.desktop
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/pcmanfm.mo
+drwxr-xr-x root/root usr/share/pcmanfm/
+drwxr-xr-x root/root usr/share/pcmanfm/ui/
+-rw-r--r-- root/root usr/share/pcmanfm/ui/about.ui
+-rw-r--r-- root/root usr/share/pcmanfm/ui/autorun.ui
+-rw-r--r-- root/root usr/share/pcmanfm/ui/desktop-pref.ui
+-rw-r--r-- root/root usr/share/pcmanfm/ui/pref.ui
diff --git a/extra/pcmanfm/.md5sum.i686 b/extra/pcmanfm/.md5sum.i686
new file mode 100644
index 000000000..11519f4b0
--- /dev/null
+++ b/extra/pcmanfm/.md5sum.i686
@@ -0,0 +1 @@
+bd932b377a7acadb44acaee5ca3f78ac pcmanfm-6b8584c.tar.gz
diff --git a/extra/pcmanfm/Pkgfile b/extra/pcmanfm/Pkgfile
new file mode 100644
index 000000000..0f72677ac
--- /dev/null
+++ b/extra/pcmanfm/Pkgfile
@@ -0,0 +1,21 @@
+# 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: libfm
+# Run on: libfm
+
+name=pcmanfm
+version=6b8584c
+release=1
+source=(http://nutyx.meticul.eu/files/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ sh autogen.sh
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc
+ make
+ make DESTDIR=$PKG install
+}
+