milis/talimatname/genel/a/audacious/talimat

19 lines
493 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: Basitliğe ve ses kalitesine odaklanmış Winamp benzeri hafif bir müzik çalar.
# URL: http://audacious-media-player.org
# Paketçi: milisarge
# Gerekler: glib gtk2 python xorg-libsm gnome-icon-theme hicolor-icon-theme desktop-file-utils
# Grup: medya
isim=audacious
surum=3.7.2
devir=1
kaynak=(http://distfiles.audacious-media-player.org/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--with-buildstamp="Milis"
make
make DESTDIR=$PKG install
}