summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-24 16:04:51 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-24 16:04:51 +0100
commita62af12046c54f8d03b189adb42c83ab261a6f62 (patch)
tree5c2a68fa98809a1d9428fa24edcc7869ad24c7b1
parentd8044f571195e0059321c79112c0db0aed4d8915 (diff)
parentd0e714f040e7416b67084e8563edc2417d5e4a69 (diff)
downloadnutyx-extra-a62af12046c54f8d03b189adb42c83ab261a6f62.tar.gz
nutyx-extra-a62af12046c54f8d03b189adb42c83ab261a6f62.tar.bz2
nutyx-extra-a62af12046c54f8d03b189adb42c83ab261a6f62.tar.xz
nutyx-extra-a62af12046c54f8d03b189adb42c83ab261a6f62.zip
Merge commit 'geantbrun/master'
-rw-r--r--extra/feh/.footprint32
-rw-r--r--extra/feh/.md5sum1
-rw-r--r--extra/feh/Pkgfile22
3 files changed, 55 insertions, 0 deletions
diff --git a/extra/feh/.footprint b/extra/feh/.footprint
new file mode 100644
index 000000000..720705499
--- /dev/null
+++ b/extra/feh/.footprint
@@ -0,0 +1,32 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/cam
+-rwxr-xr-x root/root usr/bin/feh
+-rwxr-xr-x root/root usr/bin/gen_cam_menu.sh
+drwxr-xr-x root/root usr/doc/
+drwxr-xr-x root/root usr/doc/feh/
+-rw-r--r-- root/root usr/doc/feh/AUTHORS
+-rw-r--r-- root/root usr/doc/feh/ChangeLog
+-rw-r--r-- root/root usr/doc/feh/README
+-rw-r--r-- root/root usr/doc/feh/TODO
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/feh.1
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/feh/
+drwxr-xr-x root/root usr/share/feh/fonts/
+-rw-r--r-- root/root usr/share/feh/fonts/black.style
+-rw-r--r-- root/root usr/share/feh/fonts/menu.style
+-rw-r--r-- root/root usr/share/feh/fonts/yudit.ttf
+drwxr-xr-x root/root usr/share/feh/images/
+-rw-r--r-- root/root usr/share/feh/images/about.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_aluminium.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_aqua.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_black.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_britney.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_brushed.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_chrome.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_default.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_pastel.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_sky.png
+-rw-r--r-- root/root usr/share/feh/images/menubg_wood.png
diff --git a/extra/feh/.md5sum b/extra/feh/.md5sum
new file mode 100644
index 000000000..850087b73
--- /dev/null
+++ b/extra/feh/.md5sum
@@ -0,0 +1 @@
+3d35ba3d2f0693b019800787f1103891 feh-1.3.4.tar.gz
diff --git a/extra/feh/Pkgfile b/extra/feh/Pkgfile
new file mode 100644
index 000000000..fdeb71624
--- /dev/null
+++ b/extra/feh/Pkgfile
@@ -0,0 +1,22 @@
+# Description: logiciel d'affichage et de manipulations d'images, léger et rapide
+# URL: http://linuxbrit.co.uk/feh/
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: giblib xorg-libxt
+
+name=feh
+version=1.3.4
+release=1
+
+source=(http://linuxbrit.co.uk/downloads/feh-1.3.4.tar.gz)
+
+
+build()
+{
+cd $name-$version
+./configure --prefix=/usr \
+
+make
+make DESTDIR=$PKG install
+
+} \ No newline at end of file