milis/talimatname/genel/e/evas_generic_loaders/talimat

18 lines
347 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
name=evas_generic_loaders
version=1.17.0
release=1
source=(http://download.enlightenment.org/rel/libs/$name/$name-$version.tar.xz)
derle()
{
cd $name-$version
./configure --prefix=/usr
make
make -j1 DESTDIR=$PKG install
}