diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-24 16:04:51 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-24 16:04:51 +0100 |
commit | a62af12046c54f8d03b189adb42c83ab261a6f62 (patch) | |
tree | 5c2a68fa98809a1d9428fa24edcc7869ad24c7b1 | |
parent | d8044f571195e0059321c79112c0db0aed4d8915 (diff) | |
parent | d0e714f040e7416b67084e8563edc2417d5e4a69 (diff) | |
download | nutyx-pakxe-a62af12046c54f8d03b189adb42c83ab261a6f62.tar.gz nutyx-pakxe-a62af12046c54f8d03b189adb42c83ab261a6f62.tar.bz2 nutyx-pakxe-a62af12046c54f8d03b189adb42c83ab261a6f62.tar.xz nutyx-pakxe-a62af12046c54f8d03b189adb42c83ab261a6f62.zip |
Merge commit 'geantbrun/master'
-rw-r--r-- | extra/feh/.footprint | 32 | ||||
-rw-r--r-- | extra/feh/.md5sum | 1 | ||||
-rw-r--r-- | extra/feh/Pkgfile | 22 |
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 |