milis/talimatname/genel/m/media-player-info/talimat
2018-06-09 00:06:58 +02:00

20 lines
473 B
Text
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: Medya oynatıcı özelliklerini açıklayan veri dosyaları, post-HAL sistemleri için
# URL: http://cgit.freedesktop.org/media-player-info/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: python3
isim=media-player-info
surum=22
devir=1
kaynak=(http://www.freedesktop.org/software/$isim/$isim-$surum.tar.gz )
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--with-udevdir=/lib/udev
LANG="en_US.UTF-8" make
make DESTDIR=$PKG install
}