summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgeantbrun <bg@nutyx.(none)>2010-02-24 13:14:50 +0100
committergeantbrun <bg@nutyx.(none)>2010-02-24 13:14:50 +0100
commitd0e714f040e7416b67084e8563edc2417d5e4a69 (patch)
tree8b3c7fe4975821a73a421a36a306bcfa21ddd2e6
parent47fb817042edd710f6c0be2cefeb23b3cad09fce (diff)
downloadnutyx-pakxe-d0e714f040e7416b67084e8563edc2417d5e4a69.tar.gz
nutyx-pakxe-d0e714f040e7416b67084e8563edc2417d5e4a69.tar.bz2
nutyx-pakxe-d0e714f040e7416b67084e8563edc2417d5e4a69.tar.xz
nutyx-pakxe-d0e714f040e7416b67084e8563edc2417d5e4a69.zip
Ajout de feh#1.3.4-1.pkg.tar.gz
-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