milis/talimatname/genel/f/feh/talimat

17 lines
547 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.

# Tanım: 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/
# Paketçi: milisarge
# Gerekler: libpng giblib libexif xorg-libxt xorg-libxcursor xorg-libxdamage xorg-libxrandr xorg-libxinerama curl
isim=feh
surum=2.14
devir=1
kaynak=(http://feh.finalrewind.org/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
sed -i "s:doc/feh:&-2.14:" config.mk
make PREFIX=/usr
make DESTDIR=$PKG PREFIX=/usr install
}