milis/talimatname/genel/feh/talimat

17 lines
563 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: X11 resim görüntüleyici çoğunlukla konsol kullanıcılarına yöneliktir. Komut satırı argümanları üzerinden kontrol edilir
# Url: http://linuxbrit.co.uk/feh/
# Packagers: milisarge
# Depends on: libpng giblib libexif xorg-libxt xorg-libxcursor xorg-libxdamage xorg-libxrandr xorg-libxinerama curl
name=feh
version=2.14
release=1
source=(http://feh.finalrewind.org/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -i "s:doc/feh:&-2.14:" config.mk
make PREFIX=/usr
make DESTDIR=$PKG PREFIX=/usr install
}