milis/talimatname/genel/a/audacious-plugins/talimat

17 lines
458 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: Audacious müzik çalar için eklentiler.
# URL: http://audacious-media-player.org
# Paketçi: milisarge
# Gerekler: gtk3 audacious alsa-utils flac lame libcdio libsamplerate libsndfile libvorbis mpg123 neon pulseaudio faad2 ffmpeg
name=audacious-plugins
version=3.7.2
release=1
source=(http://distfiles.audacious-media-player.org/$name-$version.tar.bz2)
derle() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}