diff options
Diffstat (limited to 'repo/apps/feh')
-rw-r--r-- | repo/apps/feh/feh.xibuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/repo/apps/feh/feh.xibuild b/repo/apps/feh/feh.xibuild deleted file mode 100644 index 0182a5e..0000000 --- a/repo/apps/feh/feh.xibuild +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -MAKEDEPS="make" -DEPS="curl file imlib2 libexif libxinerama libpng" - -DESC="Fast and light imlib2-based image viewer" - -PKG_VER=3.8 -SOURCE=https://feh.finalrewind.org/feh-$PKG_VER.tar.bz2 - -prepare () { - sed -i "s:doc/feh:&-3.8:" config.mk -} - -build () { - make PREFIX=/usr -} - -package () { - make DESTDIR=$PKG_DEST PREFIX=/usr install -} |