2016-10-17 21:43:29 +02:00
|
|
|
# Description: Audacious müzik çalar için eklentiler.
|
2016-02-24 01:27:23 +01:00
|
|
|
# URL: http://audacious-media-player.org
|
2017-01-30 23:55:06 +01:00
|
|
|
# Packagers: milisarge
|
2016-10-12 21:51:32 +02:00
|
|
|
# Depends on: gtk3 audacious alsa-utils flac lame libcdio libsamplerate libsndfile libvorbis mpg123 neon pulseaudio faad2 ffmpeg
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
name=audacious-plugins
|
2016-10-12 21:30:01 +02:00
|
|
|
version=3.7.2
|
2016-02-24 01:27:23 +01:00
|
|
|
release=1
|
|
|
|
source=(http://distfiles.audacious-media-player.org/$name-$version.tar.bz2)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|