milis/talimatname/genel/f/freetuxtv/talimat

19 lines
468 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: İnternette televizyon/radyo çalma listelerini izlemek için WebTV vlc oynatıcı
# URL: https://github.com/freetuxtv/freetuxtv
# Paketçi: Cihan Alkan
# Gerekler: vlc gtk3 sqlite curl libnotify intltool
# Grup: medya
isim=freetuxtv
surum=0.6.8
devir=1
kaynak=(https://github.com/$isim/$isim/releases/download/$isim-$surum/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --with-gtk=3.0
make
make DESTDIR="$PKG" install
}