From 5f362820e435df8869d61334a5ffd831f3e493e5 Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 17 Jun 2011 15:47:59 +0200 Subject: ajout de pcmanfm 6b8584c-1 --- extra/pcmanfm/.footprint.i686 | 21 +++++++++++++++++++++ extra/pcmanfm/.md5sum.i686 | 1 + extra/pcmanfm/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 extra/pcmanfm/.footprint.i686 create mode 100644 extra/pcmanfm/.md5sum.i686 create mode 100644 extra/pcmanfm/Pkgfile (limited to 'extra/pcmanfm') 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 +} + -- cgit v1.2.3-70-g09d2