milis/talimatname/genel/e/evas_generic_loaders/talimat

18 lines
339 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: evas yükleyicileri
# URL: http://www.enlightenment.org/
# Paketçi: milisarge
# Gerekler: efl
isim=evas_generic_loaders
surum=1.17.0
devir=1
kaynak=(http://download.enlightenment.org/rel/libs/$isim/$isim-$surum.tar.xz)
derle()
{
cd $isim-$surum
./configure --prefix=/usr
make
make -j1 DESTDIR=$PKG install
}