From d0e714f040e7416b67084e8563edc2417d5e4a69 Mon Sep 17 00:00:00 2001 From: geantbrun Date: Wed, 24 Feb 2010 13:14:50 +0100 Subject: Ajout de feh#1.3.4-1.pkg.tar.gz --- extra/feh/.footprint | 32 ++++++++++++++++++++++++++++++++ extra/feh/.md5sum | 1 + extra/feh/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 extra/feh/.footprint create mode 100644 extra/feh/.md5sum create mode 100644 extra/feh/Pkgfile 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 -- cgit v1.2.3-54-g00ecf