milis/talimatname/genel/r/rage/talimat

18 lines
376 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 ses ve görüntü oynatıcı
# URL: http://www.enlightenment.org/
# Paketçi: yasarciv67
# Gerekler: efl meson
isim=rage
surum=0.3.0
devir=1
kaynak=(http://download.enlightenment.org/rel/apps/$isim/$isim-$surum.tar.xz)
derle()
{
cd $isim-$surum
meson --prefix /usr --buildtype release build
ninja -C build
DESTDIR=$PKG ninja -C build install
}