--- /dev/null
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/feh
+-rwxr-xr-x root/root usr/bin/feh-cam
+-rwxr-xr-x root/root usr/bin/gen-cam-menu
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/feh-cam.1.gz
+-rw-r--r-- root/root usr/man/man1/feh.1.gz
+-rw-r--r-- root/root usr/man/man1/gen-cam-menu.1.gz
+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_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
--- /dev/null
+# Description: A fast commandline-driven image viewer for X.
+# URL: http://linuxbrit.co.uk/software/feh
+# Packager: Vincenzo Colosimo vico at bicisport dot de
+# Maintainer: Thomas Penteker, tek at serverop dot de
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: giblib
+
+name=feh
+version=1.5
+release=1
+source=(https://derf.homelinux.org/projects/feh/feh-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+
+ sed -i config.mk \
+ -e 's|usr/local|usr|g' \
+ -e 's|share/man|man|g' \
+ -e 's|^xinerama|#xinerama|' \
+ -e "s|CFLAGS ?=|CFLAGS ?= $CFLAGS -I$CLFS/usr/include -L$CLFS/usr/lib|"
+
+ make CC="$CC"
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/doc
+}