diff options
Diffstat (limited to 'extra/pcmanfm')
-rw-r--r-- | extra/pcmanfm/.footprint.i686 | 21 | ||||
-rw-r--r-- | extra/pcmanfm/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/pcmanfm/Pkgfile | 21 |
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 +} + |