CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
feh: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Sat, 15 May 2010 09:45:38 +0000 (11:45 +0200)
committerJose V Beneyto <sepen@crux.nu>
Sat, 15 May 2010 09:45:38 +0000 (11:45 +0200)
feh/.footprint [new file with mode: 0644]
feh/.md5sum [new file with mode: 0644]
feh/Pkgfile [new file with mode: 0644]

diff --git a/feh/.footprint b/feh/.footprint
new file mode 100644 (file)
index 0000000..6e5e052
--- /dev/null
@@ -0,0 +1,27 @@
+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
diff --git a/feh/.md5sum b/feh/.md5sum
new file mode 100644 (file)
index 0000000..aa12103
--- /dev/null
@@ -0,0 +1 @@
+aee156f0a82582108c5a56fbe85319ae  feh-1.5.tar.bz2
diff --git a/feh/Pkgfile b/feh/Pkgfile
new file mode 100644 (file)
index 0000000..bc3c94c
--- /dev/null
@@ -0,0 +1,25 @@
+# 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
+}