milis/talimatname/genel/l/lxde-gpicview/talimat

21 lines
441 B
Plaintext
Executable File
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: GPicView paketi hafif resim görüntüleyici içerir
# URL: http://lxde.org/
# Paketçi: milisarge@gmail.com
# Gerekler: gtk2
# Grup: sistem medya
isim=lxde-gpicview
_isim=gpicview
surum=0.2.4
devir=1
kaynak=(http://downloads.sourceforge.net/lxde/$_isim-$surum.tar.gz)
derle() {
cd $_isim-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
sed -i 's/Utility;//' $PKG/usr/share/applications/gpicview.desktop
}