milis/talimatname/genel/e/ephoto/talimat

19 lines
397 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: Enlightenment için resim görüntüleyici düzenleyici slayt oluşturucu program
# URL: http://www.enlightenment.org/
# Paketçi: yasarciv67
# Gerekler: efl
isim=ephoto
surum=1.5
devir=1
kaynak=(http://download.enlightenment.org/rel/apps/$isim/$isim-$surum.tar.xz)
derle()
{
cd $isim-$surum
./configure --prefix=/usr
make
make install DESTDIR=$PKG
}